How to resolve the ORA-39133 error in Oracle?
No Answer is Posted For this Question
Be the First to Post Answer
how can we write trigger in trigger???????? can we write one trigger on two table???
What are the different windows events activated at runtime ?
Whether any commands are used for months calculation? If so, what are they?
How to create index-by table in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Explain how you would restore a database using RMAN to Point in Time?
9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS
Differentiate between post-database commit and post-form commit?
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 see the table columns used in an index?
how to clone 9i Database on to 10g Database.
what are steps for interface? where is exchange rate defined in which table?