Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus
Hi Rob,
Umm, I know you must be upset cause the clue is in the error messages.
It says it wants Oracle Server Release 7.2 or later and that you are connecting to Oracle Server Release 7.1.5.2.3. It looks like you have an inconsistent environment with components from more than one Oracle release on your server. By any chance did you install PL/SQL from a later release? If so, either upgrade the server release or remove the PL/SQL release that was installed and install a version that is consistent with 7.1.5.2.3.
regards
Jerry
The Duke wrote:
>
> Using ORACLE's SQL*Plus: Release 3.3.2.0.2, When I attempt to connect
> to our Server I receive the message:
> ------------------------------------------
> ERROR:
> ORA-06501: PL/SQL: internal error , arguments: [], [], [
> ORA-06553: PLS-906: Compilation is not possible
>
> Error accessing package DBMS_APPLICATION_INFO
> You may need to install the Oracle Procedural option
> SET APPINFO requires Oracle Server Release 7.2 or later
>
> Connected to:
> Oracle7 Server Release 7.1.5.2.3 - Production Release
> PL/SQL Release 2.1.5.2.0 - Production
> ------------------------------
>
> I setup SQL*Net properly, as I can query tables and such. Any ideas or
> suggestions is greatly appreciated.
>
> Thanx in Advance.
>
> Rob
-- Jerry Gitomer ICT Group jgitomer_at_ictgroup.com Langhorne PA jgitomer_at_yahoo.com Opinions are mine not those of ICT GroupReceived on Mon Jul 13 1998 - 00:00:00 CDT
![]() |
![]() |