![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I'm trying to find out HOW or WHERE to retrieve the actual PL/SQL code of the PACKAGE BODY. Currently the only means I know of is TOAD's SCHEMA BROWSER. Any ideas or suggestions would be really appreciated Thanks George Lewycky http://georgenet.net/oracle |
#3
| |||
| |||
|
|
Hello, I'm trying to find out HOW or WHERE to retrieve the actual PL/SQL code of the PACKAGE BODY. Currently the only means I know of is TOAD's SCHEMA BROWSER. Any ideas or suggestions would be really appreciated Thanks George Lewycky http://georgenet.net/oracle |
#4
| |||
| |||
|
|
gelewyc (AT) nyct (DOT) com (george lewycky) wrote in message news:<68aecc05.0407020849.2448342d (AT) posting (DOT) google.com>... Hello, I'm trying to find out HOW or WHERE to retrieve the actual PL/SQL code of the PACKAGE BODY. Currently the only means I know of is TOAD's SCHEMA BROWSER. Any ideas or suggestions would be really appreciated Thanks George Lewycky http://georgenet.net/oracle Select text from all_source where owner = '<Package owner>' and type = 'PACKAGE BODY' and name = '<Package name>' |
#5
| |||
| |||
|
|
gelewyc (AT) nyct (DOT) com (george lewycky) wrote in message news:<68aecc05.0407020849.2448342d (AT) posting (DOT) google.com>... Hello, I'm trying to find out HOW or WHERE to retrieve the actual PL/SQL code of the PACKAGE BODY. Currently the only means I know of is TOAD's SCHEMA BROWSER. Any ideas or suggestions would be really appreciated Thanks George Lewycky http://georgenet.net/oracle Select text from all_source where owner = '<Package owner>' and type = 'PACKAGE BODY' and name = '<Package name>' |
![]() |
| Thread Tools | |
| Display Modes | |
| |