Print Thread
Show "compiler hints" after installing a package via command-file?
#34457 07/27/09 09:27 AM
Joined: Nov 2004
Posts: 16
M
Member
OP Offline
Member
M
Joined: Nov 2004
Posts: 16
Hello,

I do have a command-file named "install.sql" with the following content (ok, it's just an example;-)

--------------------------------------------

CREATE OR REPLACE PACKAGE mbi_a IS
PROCEDURE xprc_mbi_a_1;
END mbi_a;
/

CREATE OR REPLACE PACKAGE BODY mbi_a IS
PROCEDURE xprc_mbi_a_1 IS
BEGIN
NULL;
END xprc_mbi_a_1;
END mbi_a;
/

exit application

--------------------------------------------

I use this command to install the package:

plsqldev userid=user/secret@db commandfile="install.sql"


My question is if it's possible to obtain the compiler-hints generated during the compile-process?

I know that I can get them using the Show-Compiler-Hints-Function from the Tools-menu, but if
I am running PLSQL-Developer in batch-Mode there is no possibility to do this.

The goal is to use PLSQL-Developer in a nightly-build-process.


Thanks f

Re: Show "compiler hints" after installing a package via command-file?
Marc Bisping #34459 07/27/09 11:06 AM
Joined: Aug 1999
Posts: 22,216
Member
Offline
Member
Joined: Aug 1999
Posts: 22,216
This is currently not possible. I have added this to the list of enhancement requests.


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.028s Queries: 15 (0.007s) Memory: 2.4990 MB (Peak: 3.0405 MB) Data Comp: Off Server Time: 2024-05-11 13:18:01 UTC
Valid HTML 5 and Valid CSS