Hi,
if you ever run into the problem, that during patching the Grid Infrastructure the OPatch version check fails although you have updated the OPatch in the GI-HOME correctly and the console says:
The opatch minimum version check for patch <Patch> failed <DB_HOME>
The opatch minimum version check for patch ... failed for ...
Opatch version check failed for oracle home ...
Opatch version check failed
ERROR: update the opatch version for the failed homes and retry
And the logs say the following:
Opatch version check passed for oracle home <$GI_HOME>
Opatch version check failed
The problem probably that you have only updated the OPatch of the GI-HOME before the running the GI-Patch. You also have to update the OPatch of the DB-Home to the latest version before patching the GI-Home.
Tuesday, 28 April 2015
Wednesday, 22 April 2015
Grant user access to several tables easy way
Hi, if you want to grant a database user access (insert, select, delete, update) to several tables of a view, you can use the following PL/SQL snippet:
Friday, 17 April 2015
Grant SELECT / INSERT / UPDATE rights to user for all tables in a schema
The following loop can be used to grant a user privileges for all tables of a schema:
Subscribe to:
Posts (Atom)