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) acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
2 5517Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
2 6421What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7185How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?
2411How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views
2 6740how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
TCS,
2399how can we send a concurrent program output to the clients through mail or fax give me example.
1 5852ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
2273
How to convert a date to char in oracle? Give one example.
Whether any commands are used for months calculation? If so, what are they?
What suggestions do you have to reduce the network traffic?
Name the three major set of files on disk that compose a database in Oracle?
How do you set up your tablespace on installation level: low?
did u p prepared complex report
Difference between Row Id and Row Num?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How to sort output in descending order in oracle?
You have taken a manual backup of a datafile using os. How rman will know about it?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What is the difference between "as" and "is" in an oracle stored procedure?
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?
What is the parameter mode that can be passed to a procedure?
what is the difference between functional dependecy and multilevel dependency?