Home » Page 3

Admin scripts in R12.2 Ebuisness Suite

In this section, we will talk about various Oracle EBS 12.2 start-stop scripts in the latest release of Oracle Apps by Oracle Corporation. Here are the main scripts and how they are used to stop /start the application Start Scripts in R12.2 Stop Scripts in R12.2 Consolidated Scripts for Stop/Start We already know the consolidated scripts …

Admin scripts in R12.2 Ebuisness Suite Read More »

How to change the DBNAME /DBID using DBNEWID(nid) utility for Oracle database

The DBNEWID(NID) Utility is a new utility introduced with Oracle database. The NID Utility in oracle allows you to change only the DBNAME, or only the DBID or both DBNAME and DBID in the same command.Lets discuss each of these option in detail and how to implement Change Only the DBID using NID Utility Here …

How to change the DBNAME /DBID using DBNEWID(nid) utility for Oracle database Read More »

Query to get session details in oracle database

Many times DBA need to look at the session details for analysis. The details include sql_id, stats, locking, wait events. Here I am giving Query to get session details in oracle database, how to get the sql text from sid in oracle, how to check inactive sessions in oracle, how to check active sessions in …

Query to get session details in oracle database Read More »

Scroll to Top