M
Manooj Murali
Guest
Hi Shilpi - As far as I know, you should be able to do this easily using the sql developer that comes in bundled with oracle. Launch it and connect to your database with the admin (sys/sysadmin) credentials. Now, create a new user by setting username and password. Now, login to sql developer on the same db with the newly created user credentials and try running the create_ora.sql on the query editor. It should create the rb schema. You can then configure database.xml to run against the oracle schema with these user credentials. Regards.
Continue reading...
Continue reading...