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 5529Create 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 6432What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7199How 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?
2418How 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 6754how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
TCS,
2406how can we send a concurrent program output to the clients through mail or fax give me example.
1 5862ur 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
2294
What is an oracle report?
What are the various types of snapshots ?
How to convert raw data type into text in oracle? Explain
what is difference between group above and group left report
What is a junior dba?
Where does the clusterware write when there is a network or storage issue?
Can we store pictures in the database and if so, how it can be done?
What is the finger command?
What is connection pool in oracle?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
What are the types of trigger in oracle?
Mention how can you determine what protocol is being used for interconnect traffic?
What is the disadvantage of User defind function?
Explain the use of rows option in imp command.
What do you mean by merge in oracle and how can you merge two tables?