How to export data to a csv file?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
what is the dual table in oracle?
does the query needs a hint to access a materialized view?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
can we insert any row to dual table if i got the permission from DBA
Is oracle an operator?
what are the things that you consider while creating indexes on partitioning tables?
how to genarate random numbers in oracle for particular row?
We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.
What is mean by Program Global Area (PGA) ?