Session In Killed Status Stays Forever In Oracle
eXhydra
by kishan
3w ago
..read more
Visit website
Stress Test Your System’s Potential In Linux
eXhydra
by kishan
1M ago
Always in linux, update the epel repository to the system current release to get the stress package. Install stress stresslessly using yum ..read more
Visit website
Ddl_lock_timeout For Concurrency Of DDL Over DML Oracle
eXhydra
by kishan
1M ago
Executing a DDL statement during peak hour of the database queues the sessions until the DML gets completed. So in order to wait in the queue without nowait clause, a parameter ddl_lock_timeout initiates a exclusive DDL lock request on the object until the DML commit the transaction. If it is normal DDL without nowait, then ..read more
Visit website
SQL Query To Find Any SQL Command Type Oracle
eXhydra
by kishan
1M ago
To Find all the sql command type executing on the database. Any query can be monitored with this query which is universal to all the type of commands. For example, to monitor ‘index rebuild’ the below predicate can be used ..read more
Visit website
SQL Query To Check SQL Which Consumed More Temp Space Oracle
eXhydra
by kishan
1M ago
..read more
Visit website
Different ways of fetching max value oracle
eXhydra
by kishan
1M ago
..read more
Visit website
PLAN_HASH_VALUE is 0 For A SQL_ID Oracle
eXhydra
by kishan
1M ago
There are SQL statements which has plan hash value as 0 and that cause some confusions. When those sql are further analyzed, the sql statements are mostly procedures,packages and internal dictionary SQL ..read more
Visit website
SQL Query To Find The Number Of Datafiles For Tablespace
eXhydra
by kishan
2M ago
..read more
Visit website
Script To Fetch The Oracle Call Stack For A SQL
eXhydra
by kishan
2M ago
..read more
Visit website
Different System Databases In MongoDB
eXhydra
by kishan
2M ago
There are 3 system databases by default in MongoDB which are used for administration purpose. They are Admin database contains only one collection which is related to version of mongodb. Local database contains the startup log of the database.`> use localswitched to db local> show collectionsstartup_log> db.startup_log.find(){ “_id” : “exhydra-VirtualBox-1668693929960”, “hostname” : “exhydra-VirtualBox”, “startTime ..read more
Visit website

Follow eXhydra on FeedSpot

Continue with Google
Continue with Apple
OR