Oracle、Java 特許侵害で Google を提訴、Android 配布中止求める
ネットを漁ってるとGoogleさん真っ黒っぽいので、どうするつもりなんでしょうね。
Android携帯を使っている1ユーザとしては、Oracleさん程々にして欲しいです。
で、本題はコメントの中にあったfreepantentsonlineをメモ。
今後の人生で使うことがあるかは疑問だけど、米国特許をオンラインで眺めることができるらしい。
2011/01/25追記: 参考
Oracle、Java 特許侵害で Google を提訴、Android 配布中止求める
ネットを漁ってるとGoogleさん真っ黒っぽいので、どうするつもりなんでしょうね。
Android携帯を使っている1ユーザとしては、Oracleさん程々にして欲しいです。
で、本題はコメントの中にあったfreepantentsonlineをメモ。
今後の人生で使うことがあるかは疑問だけど、米国特許をオンラインで眺めることができるらしい。
2011/01/25追記: 参考
deb http://oss.oracle.com/debian unstable main non-free
$ wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O - | apt-key add -
$ apt-get update
$ apt-get install oracle-xe
$ /etc/init.d/oracle-xe configure
Oracle Database 10g Express Edition Configuration
-------------------------------------------------
This will configure on-boot properties of Oracle Database 10g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Pressto accept the defaults.
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:
Specify a port that will be used for the database listener [1521]:
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:
Starting Oracle Net Listener...Done
Configuring Database...Done
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
To access the Database Home Page go to "http://127.0.0.1:8080/apex"
# environmental variables for oracle database
. /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
$ source .bashrc
$ sqlplus sys as sysdba