Oracle General (1803)
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) Use the add_group_column function to add a column to record group that was created at a design time?
2 5514
How to commit the current transaction in oracle?
What are the steps involved in instance recovery in oracle?
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 can we identify the resources for which the sessions are waiting?
You get a call from you backup dba while you are on vacation. He has corrupted all of the control files while playing with the alter database backup controlfile command. What do you do?
How many types of database software are there?
List five most important parameter in 9i affecting performance?
How to convert csv to table in oracle?
How will you differentiate between varchar & varchar2?
How to fetch the row which has the max value for a column?
What language does oracle use?
What is an oracle function?
Point out the difference between user tables and data dictionary?
What happens to the current transaction if the session is ended?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory