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) can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )
1 4588If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
IBM,
8 12185SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
ESS,
1 5399WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
ESS,
2303Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
3 7021
What is required by oracle rac database to connect to a network?
How to download oracle database 10g xe?
How to open a cursor variable?
How to create a table in a specific tablespace?
What is transactional trigger property?
How to compare dates in oracle sql?
is there a tool to trace queries, like profiler for sql server?
Do you need a commit after ddl statements?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What is the implicit cursor in oracle?
Can group functions be mixed with non-group selection fields?
what we specify the in XML data server and parameters for to connect to xml file?
Is the After report trigger fired if the report execution fails ?
What is max rowid in oracle?
Explain an integrity constrains?