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) 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 5620Create 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 6519What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7269How 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?
2458How 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 6853how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
TCS,
2467how can we send a concurrent program output to the clients through mail or fax give me example.
1 5935ur 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
2345
How to start instance with a minimal initialization parameter file?
How to insert a record into a table?
How do I manually uninstall oracle client?
How to use "startup" command to start default instance?
How do we create privileges in oracle?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
Does a dba have to file taxes?
The system administrator tells you that the system has not been rebooted in 6 months, should he be proud of this?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Who developed oracle & when?
How to define an anonymous procedure with variables?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
Difference between cartesian join and cross join?
Explain prerequisites and post activities of oracle database installation
What are a query and state the different types of queries and their uses?