Why oracle is used?
No Answer is Posted For this Question
Be the First to Post Answer
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
12 RULES OF RDBMS
What is partitioned table in Oracle?
How to pass a parameter to a cursor in oracle?
What is the difference between hot backup and cold backup in oracle?
How to create an oracle database?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
What happens if you use a wrong connect identifier?
How to find out what privileges a user currently has in oracle?
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'));
How to view the tablespaces in the current database?