I'm trying to install Oracle Scheduler Agent. The database server is Linux CentOS 5.8. I'm following these instructions:
http://www.oracle-base.com/articles/11g/SchedulerAgentInstallation_11gR2.php
and I've gotten to the step where I need to run prvtrsch.plb. When connected as SYSDBA, I issue from SQL Developer:
SQL> @?/rdbms/admin/prvtrsch.plb
and it returns:
Error starting at line 1 in command:
@?/rdbms/admin/prvtrsch.plb
Error report:
Unable to open file: "?/rdbms/admin/prvtrsch.plb"
I can navigate to the directory and see the file is present. When logged in as user: oracle, I type ls -ll and view the permissions as:
-rw-r--r-- 1 oracle oinstall 16027 Aug 14 2009 prvtrsch.plb
Anyone know how I can run this?
Edited by: tem on Mar 23, 2012 12:48 PM