![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I see four methods to sleep: * dbms_backup_restore * dbms_drs * dbms_lock * user_lock Are any of them preferrable, deprecated, recommended, etc? |
#3
| |||
| |||
|
|
I see four methods to sleep: * dbms_backup_restore * dbms_drs * dbms_lock * user_lock Are any of them preferrable, deprecated, recommended, etc? |
#4
| |||
| |||
|
|
I see four methods to sleep: * dbms_backup_restore * dbms_drs * dbms_lock * user_lock Are any of them preferrable, deprecated, recommended, etc? |
#5
| |||
| |||
|
|
I see four methods to sleep: * dbms_backup_restore * dbms_drs * dbms_lock * user_lock Are any of them preferrable, deprecated, recommended, etc? |
#6
| |||
| |||
|
|
m... (AT) pixar (DOT) com wrote: I see four methods to sleep: * ** dbms_backup_restore * ** dbms_drs * ** dbms_lock * ** user_lock Are any of them preferrable, deprecated, recommended, etc? Just from looking at the Oracle 11.1 documentation, I would recommend DBMS_LOCK.SLEEP, since DBMS_LOCK is the only package in your list that is described inhttp://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/toc.htm The other ones are probably internal and not intended for public use, with the drawback that they may change without notice in new releases. Yours, Laurenz Albe |
#7
| |||
| |||
|
|
m... (AT) pixar (DOT) com wrote: I see four methods to sleep: * ** dbms_backup_restore * ** dbms_drs * ** dbms_lock * ** user_lock Are any of them preferrable, deprecated, recommended, etc? Just from looking at the Oracle 11.1 documentation, I would recommend DBMS_LOCK.SLEEP, since DBMS_LOCK is the only package in your list that is described inhttp://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/toc.htm The other ones are probably internal and not intended for public use, with the drawback that they may change without notice in new releases. Yours, Laurenz Albe |
#8
| |||
| |||
|
|
m... (AT) pixar (DOT) com wrote: I see four methods to sleep: * ** dbms_backup_restore * ** dbms_drs * ** dbms_lock * ** user_lock Are any of them preferrable, deprecated, recommended, etc? Just from looking at the Oracle 11.1 documentation, I would recommend DBMS_LOCK.SLEEP, since DBMS_LOCK is the only package in your list that is described inhttp://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/toc.htm The other ones are probably internal and not intended for public use, with the drawback that they may change without notice in new releases. Yours, Laurenz Albe |
#9
| |||
| |||
|
|
m... (AT) pixar (DOT) com wrote: I see four methods to sleep: * ** dbms_backup_restore * ** dbms_drs * ** dbms_lock * ** user_lock Are any of them preferrable, deprecated, recommended, etc? Just from looking at the Oracle 11.1 documentation, I would recommend DBMS_LOCK.SLEEP, since DBMS_LOCK is the only package in your list that is described inhttp://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/toc.htm The other ones are probably internal and not intended for public use, with the drawback that they may change without notice in new releases. Yours, Laurenz Albe |
#10
| |||
| |||
|
|
mh (AT) pixar (DOT) com wrote: I see four methods to sleep: * dbms_backup_restore * dbms_drs * dbms_lock * user_lock Are any of them preferrable, deprecated, recommended, etc? Just from looking at the Oracle 11.1 documentation, I would recommend DBMS_LOCK.SLEEP, since DBMS_LOCK is the only package in your list that is described in http://download.oracle.com/docs/cd/B...b28419/toc.htm The other ones are probably internal and not intended for public use, with the drawback that they may change without notice in new releases. Yours, Laurenz Albe |
![]() |
| Thread Tools | |
| Display Modes | |
| |