Привет,
Будут ли осложнения в таком коде если это все находится в одном файле?
DECLARE
CURSOR CUR1 IS [SKIP]
BEGIN
[SKIP]
END
/
DECLARE
CURSOR CUR1 IS [SKIP]
BEGIN
[SKIP]
END
/
DECLARE
CURSOR CUR1 IS [SKIP]
BEGIN
[SKIP]
END
/
oracle plsql question - multiple cursors in the same file
Правила форума
Пожалуйста, ознакомьтесь с правилами данного форума
Пожалуйста, ознакомьтесь с правилами данного форума
- Gaziz
- Житель
- Сообщения: 944
- Зарегистрирован: 17 фев 2003, 15:57
- Откуда: Almaty-Toronto-Vancouver-Seattle
-
- Частый Гость
- Сообщения: 13
- Зарегистрирован: 18 мар 2008, 07:15
Re: oracle plsql question - multiple cursors in the same file
Did you get any error message?
did you run it?
You can define as many cursors as you wish.
did you run it?
You can define as many cursors as you wish.
- Gaziz
- Житель
- Сообщения: 944
- Зарегистрирован: 17 фев 2003, 15:57
- Откуда: Almaty-Toronto-Vancouver-Seattle
Re: oracle plsql question - multiple cursors in the same file
thanks!anonim писал(а):Did you get any error message?
did you run it?
You can define as many cursors as you wish.
it runs ok - I am just asking for confirmations.
it will be automatically generated with hundreds of cursors with same name - I just want to make sure
no name clashes will happen...