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) 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'));
IBM,
1692Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
1385HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
1427I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
1213Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
1354I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
1117
Where can you get a list of all initialization parameters for your instance? How about an indication if they are default settings or have been changed?
List the types of joins used in writing subqueries?
How can we find out the duplicate values in an oracle table?
What is the data pump import utility?
what is port in oracle? how is it related to database application.
What do you mean by a tablespace?
What is the difference between 10g OEM and 11g OEM?
Define oracle database
What are the database administrators utilities available?
What is oracle join syntax?
When configuring sqlnet on the client what files need to be set up?
how do u compile a form i.e .fmb file in Unix or in dos
What does dba stand for database?
What is the difference between pre-select and pre-query?
How does oracle handle read consistency?