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)
How to get maxsal , minsal, ename department wise in single query
How many types of tables supported by oracle?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
how to handle exceptions in post production
What is the usage of merge statement?
How to compare dates in oracle sql?
What is a relational database management system?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
i want to know about the javaBean.what is its purpose and how it can use in Forms.
What is oracle host variable?
What is logical backup in oracle?
What is the dynamic sql in oracle?
Is it possible to have multiple layouts in a report?
How can I see all tables in oracle?
What is oracle in java?