User Profile
Collapse
-
sandip sen majumder replied to SQL> startup force pfile="/oracle/orcl_11g/product/11.2.0/dbhome_1/dbs/initorcl"; ORAin Oracleplz help me out -
sandip sen majumder started a topic SQL> startup force pfile="/oracle/orcl_11g/product/11.2.0/dbhome_1/dbs/initorcl"; ORAin OracleSQL> startup force pfile="/oracle/orcl_11g/product/11.2.0/dbhome_1/dbs/initorcl"; ORA
SQL> startup force pfile="/oracle/orcl_11g/product/11.2.0/dbhome_1/dbs/initorcl";
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
this is the errors i m getting plz tell me the details steps that is requre -
ya thanks...
i have solve it after i posted it to this site.In my temp_customer table there the mobile_no column was missing.
so i altered that table and it started working.
anz thanks for ur kind reply sandipLeave a comment:
-
how to solve this errors
Code:CREATE OR REPLACE TRIGGER TEMP_CUST AFTER INSERT ON TEMP_CUSTOMER REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW DECLARE v_count NUMBER(5) := 0; v_cust_id NUMBER(10) := 0; BEGIN SELECT COUNT(*) INTO v_count FROM vfone.MOBILE WHERE MOBILE.mobile_no = :new.mobile_no; -- When Mobile No is NOT found in Mobile Table means New Customer
-
sandip sen majumder started a topic trigger that can audit sql querys executed by the user in oraclein Oracletrigger that can audit sql querys executed by the user in oracle
trigger that can audit sql querys executed by the user in oracle -
sandip sen majumder started a topic trigger that can track whether that user has done any select,insert,delete,update stain Oracletrigger that can track whether that user has done any select,insert,delete,update sta
trigger that can track whether that user has done any select,insert,d elete,update statement in oracle -
sandip sen majumder started a topic is there any trigger that can manage to trac the details of a user's dml activity?in Oracleis there any trigger that can manage to trac the details of a user's dml activity?
is there any trigger that can manage to track the details of a user's DML activity ??????????
No activity results to display
Show More
Leave a comment: