Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising

How to debug the procedure or function?

How to debug the procedure or function? By using DBMS_OUTPUT & DBMS_DEBUG oracle supplied package. ALTER PROCEDURE procedurename DEBUG; OR ALTER PROCEDURE procedurename PLSQL_DEBUG=TRUE OR We can use autonomous_transaction procedure to create log & put...

Read more

Advertising

How to drop package body only?

DROP PACKAGE [BODY] The DROP PACKAGE statement removes a stored package from the database. Both the specification and the body are dropped. DROP PACKAGE BODY removes only the body of the package. Required privilege No privilege is required for the package...

Read more

Advertising

PL/SQL - Module Overloading

Module Overloading Two or more modules can, under certain conditions, have the same name with different parameter lists. Such modules are said to be overloaded. The code in these overloaded programs can be very similar or can be completely different....

Read more

Advertising

Monitoring and Tuning for Performance

The goal of monitoring databases is to assess how a server is performing. Effective monitoring involves taking periodic snapshots of current performance to isolate processes that are causing problems, and gathering data continuously over time to track...

Read more

unix Interview

How to launch 5 diff application from 5 child process What is the use of man command? Print numbers in the reverse order How to write program to print descending order What is the method by which we find the list of users logged on a server using telnet...

Read more

<< < 1 2 3 4 5 6 7 > >>