In order to enable semantic web technology for Oracle 11g, follow the following steps
- Oracle 11g should be installed on your machine.
- Download 156998.zip from http://goo.gl/U7yJv
- Extract 156998.zip to some folder [i.e. c:\156998]
- Go to Windows Command Line
- Start => Run
- Type cmd
- From Command Line, goto to Oracle Home Directory
- cd $Oracle_Home/product/11.0.1.0/md/admin
- connect as SYS user
- Assume that sys password is sys
- sqlplus sys/sys as sysdba
- Execute the command that restores Oracle 10 RDF data.
- @c:\156998\catsem10i.sql;
- Execute the command that installs 11 RDF, confirm with the snapshot given below to check if procedure has been executed successfully.
- @c:\156998\catsem11i.sql;
- Now, alter the “mdsys” user by the following command
- ALTER USER mdsys IDENTIFIED BY mdsys;
- ALTER USER mdsys ACCOUNT UNLOCK;
- Connect via mdsys user
- conn mdsys/mdsys
- Now, apply the patch to enable Semantic web Data support. Execute the following commands in the same sequence shown below
- @c:\156998\sdordfh.sql;
- @c:\156998\sdordfxh.sql;
- @c:\156998\sdordfa.sql;
- @c:\156998\sdordfb.plb;
- @c:\156998\sdordfxb.plb;
- @c:\156998\sdoseminfhb.plb;
- @c:\156998\sdordfai.plb;
- connect as SYS user
- Assume that sys password is sys
- sqlplus sys/sys as sysdba