- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SQL*Plus Error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 07:01 PM
04-25-2004 07:01 PM
SQL*Plus Error
TNS(lsnrctl) listener started successfully
db started(dbstart) successfully
so I run sqlplus, but a error occured :
---------------------------------------------
ERROR:
ORA-00900: invalid SQL statement
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-00900: invalid SQL statement
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
---------------------------------------------
why this happened?
How to install the Oracle Procedural option?
Pls help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 07:08 PM
04-25-2004 07:08 PM
Re: SQL*Plus Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 07:13 PM
04-25-2004 07:13 PM
Re: SQL*Plus Error
Please verify that the procedural option is installed with the following SQL statement:
select * from v$version;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 08:56 PM
04-25-2004 08:56 PM
Re: SQL*Plus Error
----------------------------------------
Oracle7 Server Release 7.3.2.2.0 - Production Release
Oracle7 Server Release 7.3.2.2.0 - Production Release
CORE Version 3.5.2.0.0 - Production
TNS for HPUX: Version 2.3.2.1.0 - Production
NLSRTL Version 3.2.2.0.0 - Production
2.the value of COMPATIBLE parameter I should write to init.ora is Oracle7 Server Release 7.3.2.2.0, right?
3. I heared need to run :
------------------------------
$sqldba lmode=y
SQLDBA>connect internal
SQLDBA>@catproc.sql
------------------------------
to install Oracle Procedural option
But I cannot find sqldba in $ORACLE_HOME/bin
Something I forget to install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 09:04 PM
04-25-2004 09:04 PM
Re: SQL*Plus Error
% cd $ORACLE_HOME/rdbms/lib
% make -f ins_rdbms.mk procopt ioracle
Subsequently, you should run catalog.sql and catproc.sql as connect internal or as SYS.