You have just compiled a PL/SQL package but got errors, how
would you view the errors?
Answers were Sorted based on User's Feedback
Answer / priya reddy
show error;
This is the command used to view the errors..
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / santosh
show error package <package name>
to check the compilation errors
similarly for functions
show error function <function name>
and for procedures
show error procedure <procedure name>
| Is This Answer Correct ? | 0 Yes | 0 No |
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
what are the differences of where and if in SAS?
How do you trace the traffic hitting a sql server? : sql server DBA
What background process refreshes materialized views?
2 Answers Accenture, FLSmidth,
hi, suppose i created one table after few days i did some insert,update how can i know when will i did ddl or dml operation is undergone on that table
Can you redefine a table online?
I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
what do you understand by fine-grained auditing?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)