What is the difference between alert log file and tarce
file ?
No Answer is Posted For this Question
Be the First to Post Answer
2. Display the post code and the total number of purchase orders placed with creditors in that post code.
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
i have a table and it has constraints and i want to get "ALTER TABLE table_name ADD CONSTRAINT constraint_name constraint type" this code must be in string type please help me if you want, i can give more explainings
Create 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
How to delete a column in an existing table in oracle?
what is the syntax of update command?
what is load balancing and what u have used to do this?(sql loader)
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
What is a schema in oracle?
What are ddl statements in oracle?
What is user managed backup in Oracle?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum