apply patch 17730745 for Linux-x86-64 Platforms
hi,
i have been apply using syntax
$ cd /u01/backup/patch/17730745
$ /u01/oracle/product/11.2.0/dbhome_1/OPatch/opatch apply -local
success
when I read README file have other step :
no. 1 :
$ $ORACLE_HOME/crs/install/roothas.pl -patch
have error :
Not running as authorized user
Insufficient privileges to execute this script
how to solve this case :
no.2 :
other :
Restarting services from Database home on Standalone Servers or Non-Clustered Environments (Run as the database home owner)
$ $ORACLE_HOME/bin/srvctl start home -o <ORACLE_HOME> -s <STAT_FILE_LOCATION>
my understand is :
1. startup database
2. run : $ORACLE_HOME/bin/srvctl start home -o /u01/oracle/product/11.2.0/dbhome_1 -s /u01/backup/patch/17730745 ?