You have just compiled a PL/SQL package but got errors, how
would you view the errors?

Answer Posted / santo

Sometimes 'Show error' won't display the required
info...then check dba_errors table

select text from dba_errors where name='****';

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the importance of a recovery model? : sql server DBA

769


how can a session indicate its interest in receiving alerts?

779


Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.

1777


when does an alert gets signaled?

773


What is the difference between dropping a database and taking a database offline? : sql server DBA

814


What purpose does the model database server? : sql server DBA

831


what is a user-defined lock?

769


How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?

2262


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1923


What types of replication are supported in sql server? : sql server DBA

984


Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA

819


how can you schedule a job in database?

815


Explain about your sql server dba experience? : sql server DBA

779


How can you control the amount of free space in your index pages? : sql server DBA

995


Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.

2303