Using the Enterprise Manager.
First click on the Table on the tree and creating a table.
Open the relationship and trying to add the table in the relationship ,it gives an error message
CoIntialize has not been Called.
How to correct this error and why is the error occuring.
HI ALL!
I have a problem in creating a trigger.
I have got two tables as follows:
create table temp
(
EMP_ID number(5) Primary Key,
ENAME varchar2(10)
);
create table temp2
(
EMP_ID number(5) references temp(EMP_ID),
salary number(5)
);
I am suppose to create a trigger which will not allow...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.