Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) Users get the following error: ora-00055 maximum number of dml locks exceeded? What is the problem and how do you fix it?
534Explain dual table. Is any data internally stored in dual table. Lot of users is accessing select sysdate from dual and they getting some millisecond differences. If we execute select sysdate from emp; what error will we get. Why?
575If you see the value for reloads is high in the estat library cache report is this a matter for concern?
631If a tablespace shows excessive fragmentation what are some methods to defragment the tablespace? (7.1,7.2 and 7.3 only)
576using hot backup without being in archive log mode, can you recover in the event of a failure? Why or why not?
1 1017What is mutated trigger? In single user mode we got mutated error, as a dba how you will resolve it?
563
How to execute a stored procedure in oracle?
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
What are the varoius components of physical database structure of oracle database?
What is SQL access advisor in Oracle?
What is variable? What is Flow of variable?
What do you understand by a database object? Can you list a few of them?
Why we use bulk collect in oracle?
Give the advantages and disadvantages of clusters.
What are the benefits of ordbms?
What is oracle real application clusters?
material view and view disadvantages?
what is a package n what r the packages availbla in report
What is current record attribute property?
Is it possible to execute a dynamic sql from forms?
Which date function is used to find the difference between two dates?