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)
why the Ctl file u put only in bin folder why not in other folder
What are oracle functions?
What is oracle d2k? Why we use it?
What is the disk migration? what is the steps involved in oracle disk migration?
What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
What are the different pseudo commands? Explain in general?
Why do we need a database?
Explain the oracle real application clusters architecture?
What are the database administrators utilities available?
Explain the importance of .pll extension in oracle?
What is the difference between a database and instance? What is the relation between them?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
How to assign values to variables?
Is the After report trigger fired if the report execution fails ?