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) The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
TCS,
1 3352The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
TCS,
2 4018HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
1442how to write a query without using where? Example- select * from employee where empno=10 I need to write this query without where clause.
1 3274Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
TCS,
1775what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
1 2708
How to write date and time interval literals in oracle?
What is a snapshot log?
A dba had to remove some archivelogs to free up space in filesystem. Nowwhen the rman job starts to backup archivelogs, it complains about missing archivelogs thatwere deleted by dba. To resolve the issue and continue backing up remainder of archivelogs,which rman command can be used so it wo not complain about missing archivelogs.
What are object group?
what systems can odi extract and load data into?
CAN AUNIVERSE BE LINKED TO MORE THAN ONE DATASOURCE?
How to create a new view in oracle?
How to loop through data rows in the implicit cursor?
What is difference between co-related sub query and nested sub query?
Discuss row chaining, how does it happen? How can you reduce it? How do you correct it?
When should an artificial (or derived) primary key be used?
How to pass a cursor variable to a procedure?
How to apply filtering criteria at group level in oracle?
what are savepoint mode and cursor mode properties ?
How can you determine the number of sqlnet users logged in to the unix system?