Skip to content
orahow-logo
orahow
Oracle Database Articles & Cloud Tutorials
  • Home
  • Oracle DBA
  • AWS RDS
  • PostgreSQL
  • Aurora PostgreSQL
  • Contact Us

Category: Oracle DBA

dbca UnsatisfiedLinkError exception loading native library java.lang.UnsatisfiedLinkError

July 16, 2018 Santosh Tiwary

Getting below error while installing oracle 11g/12c database using DBCA.  UnsatisfiedLinkError exception loading native library: njni11java.lang.UnsatisfiedLinkError: /home/u01/app/oracle/product/11.2.0/db_1/lib/libnjni11.so: libclntsh.so.11.1: cannot open…

Continue Reading →

Posted in: Oracle DBA

How to convert scn to a timestamp in Oracle

July 15, 2018 Santosh Tiwary

Oracle has inbuilt features using which you can convert scn to timestamp and timestamp to scn. SCN_TO_TIMESTAMP takes as an…

Continue Reading →

Posted in: Oracle DBA

How to stop Materialized view Auto Refresh in Oracle

Santosh Tiwary

A materialized view is a table segment or database object that contains the results of a query. A materialized view…

Continue Reading →

Posted in: Oracle DBA, Oracle Script

How to Flush a Single SQL Statement from the Shared Pool

Santosh Tiwary

Sometimes it is required to flush the single sql plan from the shared pool and it a good idea rather…

Continue Reading →

Posted in: Oracle DBA, Oracle Script

Script to Monitor RMAN Backup Status and Timings

June 30, 2018 Santosh Tiwary

Being a DBA, you often asked to check the status of  RMAN backup job details. You can monitor progress and…

Continue Reading →

Posted in: Oracle DBA, Oracle Script, RMAN

Best Way to move all objects from one Tablespace to another in Oracle

Santosh Tiwary

Being a DBA, there are many occasions where you need to move all database objects from one tablespace to another…

Continue Reading →

Posted in: Oracle DBA

Hidden SQL- Why v$sql is not displaying sql_fulltext in Oracle

May 27, 2018 Santosh Tiwary

Recently i came across a situation where i was not able to see the SQL text for my sql_id. Developer…

Continue Reading →

Posted in: Oracle DBA

How insert statement works internally in oracle

Santosh Tiwary

SQL INSERT INTO statement is used to insert new records into a table. How insert statement in Oracle  executes internally…

Continue Reading →

Posted in: Oracle DBA

How update statement works internally in oracle

Santosh Tiwary

UPDATE command in sql is used to modify existing records in a table. How SQL UPDATE statement works inside the Oracle…

Continue Reading →

Posted in: Oracle DBA

Network Wait: SQL*Net more data from client in awr report

Santosh Tiwary

In one of the sites, I came across a performance issue where data loading task was taking more than usual.…

Continue Reading →

Posted in: Oracle DBA

Post navigation

Page 8 of 12
← Previous 1 … 7 8 9 … 12 Next →

Categories

  • Aurora PostgreSQL (2)
  • AWS RDS (4)
  • DB2 Admin (3)
  • Exadata (1)
  • Linux Admin (15)
  • Middleware (5)
  • MYSQL DBA (8)
  • OHS (1)
  • Oracle Apps EBS (1)
  • Oracle DBA (112)
  • Oracle Script (17)
  • Oracle Script (2)
  • Patching (3)
  • PostgreSQL (16)
  • RAC (3)
  • RAC (3)
  • RDS Oracle (3)
  • RMAN (11)
  • Uncategorized (8)
  • Vertica DBA (3)
  • WebLogic (4)
  • Window Admin (1)

Archives

Get Latest Updates

Stats

  • 2,656,027 hits
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Categories

Aurora PostgreSQL AWS RDS DB2 Admin Exadata Linux Admin Middleware MYSQL DBA OHS Oracle Apps EBS Oracle DBA Oracle Script Oracle Script Patching PostgreSQL RAC RAC RDS Oracle RMAN Uncategorized Vertica DBA WebLogic Window Admin
Copyright © 2025 orahow