nagadbadmin
Monday, July 13, 2026
Minimalistic Oracle: A SQL-centric and a session-centric way to query V...
Minimalistic Oracle: A SQL-centric and a session-centric way to query V...: Version 1: SQL-Centric This version starts from V$SQL and optionally attaches information from V$SESSION. Use this query when: Inves...
Monday, June 29, 2026
Minimalistic Oracle: Script for checking the status of a user and its d...
Minimalistic Oracle: Script for checking the status of a user and its d...: The following script will generate a "drop user" and a "drop tablespace" command if the tablespace is used exclusively ...
Wednesday, June 24, 2026
Oracle DBA by Example. Code samples, Scripts, Reference.: Unexpected Error: ORA-02054: transaction 94.44.407...
Oracle DBA by Example. Code samples, Scripts, Reference.: Unexpected Error: ORA-02054: transaction 94.44.407...: Scenario A transaction on a local and on a remote database fails at commit The error: Unexpected Error: ORA-02054: transaction 94.44.4071354...
Sunday, May 24, 2026
ANJANI APPS DBA: How to apply Oracle 19C RU - January 2026 step by ...
ANJANI APPS DBA: How to apply Oracle 19C RU - January 2026 step by ...: Hi All, In this post i am going to share about Oracle 19C JAN-2026 RU patch apply step by step lab . Firstly we need to login support.oracl...
Tuesday, May 12, 2026
Oracle DBA by Example. Code samples, Scripts, Reference.: Oracle Encryption - Encrypt data on storage with w...
Oracle DBA by Example. Code samples, Scripts, Reference.: Oracle Encryption - Encrypt data on storage with w...: --Specify location for wallet root ALTER SYSTEM SET WALLET_ROOT='$ORACLE_BASE/admin/igt/wallet' SCOPE=SPFILE; Restart Oracle is req...
Thursday, May 7, 2026
Oracle DBA by Example. Code samples, Scripts, Reference.: Oracle Encryption - encrypt data
Oracle DBA by Example. Code samples, Scripts, Reference.: Oracle Encryption - encrypt data: Permissions on Oracle package DBMS_CRYPTO ======================================== GRANT EXECUTE ON DBMS_CRYPTO TO TEST_USER; =============...
Monday, April 13, 2026
Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic...
Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic...: One of the questions I often get from customers is "How do I automate the cloning of a production database backup to a non-prod c...
Subscribe to:
Posts (Atom)
Minimalistic Oracle: A SQL-centric and a session-centric way to query V...
Minimalistic Oracle: A SQL-centric and a session-centric way to query V... : Version 1: SQL-Centric This version starts from V$SQL and...
-
When a rac database instance fails, a service which is running on this failed instance (configured as preferred) will fail over to the avail...
-
Minimalistic Oracle: How to detach an ORACLE_HOME to an existing inventory : I want to detach an existing oracle_home from my inventory. No...
-
To see EXADATA machine information of OCI cloud, follow below method. 1) Log in to EXACS/EXACC compute (db server) node with ROOT user. 2)...