Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Trigger not firing!!!!!!!!!!(URGENT)
Where is the commit?
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Onkar N Tiwary
Sent: Thursday, June 09, 2005 2:51 PM
To: rjamya; oracle-l_at_freelists.org
Subject: Re: Trigger not firing!!!!!!!!!!(URGENT)
Raj,
The code for the trigger is :
CREATE OR REPLACE TRIGGER INFO=0D
AFTER LOGON
ON DATABASE=0D
begin
insert into info=0D
values(ora_client_ip_address,to_char(sysdate,'dd-mm-yyyy:HH:MI:SS'),ora_
login_user);
end;
And I test it by logging into the DB with another user also say a user=0D
called LOG but no record in the table. Moreover I tried the following
sql on=0D
the prompt also:
SELECT ORA_CLIENT_IP_ADDRESS FROM DUAL; -- no output
But when I issued :
SELECT ORA_LOGIN_USER FROM DUAL; -- gives me the current username
logged in=0D
the DB
Any idea?????
On 6/9/05, rjamya <rjamya_at_gmail.com> wrote:=0D
>=0D
>=0D
>=0D
>=0D >=0D >=0D
--=0D
Thanks & Regards,
T. Onkar Nath
Ph : +91-9826728111(Cell)
to_onkar_at_yahoo.com
onkarnath.tiwary_at_gmail.com
-- http://www.freelists.org/webpage/oracle-l Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma ozel= ve Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor olabilir. Bu= mesaj, hicbir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz= ve para karsiligi satilamaz; mesajin yetkili alicisi veya alicisina= iletmekten sorumlu kisi degilseniz, mesaj icerigini ya da eklerini= kopyalamayiniz, yayinlamayiniz, baska kisilere yonlendirmeyiniz ve mesaji= gonderen kisiyi derhal uyararak bu mesaji siliniz. Bu mesajin iceriginde= ya da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve guncelligi= Bankamiz tarafindan garanti edilmemektedir ve bilinen viruslere karsi= kontrolleri yapilmis olarak yollanan mesajin sisteminizde yaratabilecegi= zararlardan Bankamiz sorumlu tutulamaz. This message and the files attached to it are under the privacy liability= in accordance with the Banking Law and confidential to the use of the= individual or entity to whom they are addressed. This message cannot be= copied, disclosed or sold monetary consideration for any purpose. If you= are not the intended recipient of this message, you should not copy,= distribute, disclose or forward the information that exists in the content= and in the attachments of this message; please notify the sender= immediately and delete all copies of this message. Our Bank does not= warrant the accuracy, integrity and currency of the information= transmitted with this message. This message has been detected for all= known computer viruses thence our Bank is not liable for the occurrence of= any system corruption caused by this message -- http://www.freelists.org/webpage/oracle-lReceived on Thu Jun 09 2005 - 08:02:16 CDT
![]() |
![]() |