•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Oracle section within the Web Development category of DaniWeb, a massive community of 374,006 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,766 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Oracle advertiser:
Views: 680 | Replies: 2 | Solved
![]() |
| |
•
•
Join Date: Apr 2008
Posts: 95
Reputation:
Rep Power: 1
Solved Threads: 0
Hi,
Where is the mistake? It doesn't work. thanks
Where is the mistake? It doesn't work. thanks
CREATE OR REPLACE TRIGGER A_ACCOUNT_EKLEME
BEFORE INSERT ON A_SIPARIS
CURSOR CURSOR_TARIH IS
SELECT TARIH FROM A_ACCOUNT where TARIH = SYSDATE;
FOR EACH ROW
BEGIN
IF CURSOR_TARIH%NOTFOUND THEN
INSERT INTO A_ACCOUNT (TARIH, PRICE) VALUES (SYSDATE, '1');
END IF;
END;•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 1,907
Reputation:
Rep Power: 9
Solved Threads: 216
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Oracle Marketplace
Similar Threads
- Error handling (PHP)
- Create trigger mysql5 with java (Java)
- Linker Error (C++)
- ASK about C++ stack (C++)
- problem with trigger (MS SQL)
- Generic Host Process/svchost.exe Problem (Windows NT / 2000 / XP / 2003)
- A agntsrvc.exe file error (Viruses, Spyware and other Nasties)
- Error comparing strings from arrays (PHP)
- FTP Error 550..no go for deletes or anything! (Windows Software)
- DECLARATION SYNTAX ERROR (for bc 31 user) (C++)
Other Threads in the Oracle Forum
- Previous Thread: Cursor%FOUND problem
- Next Thread: Cursor within cursor problem



Hybrid Mode