Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enterprise or not

Status
Not open for further replies.

Matsul

IS-IT--Management
May 6, 2002
140
BE
I am trying to run on a PC based Oracle installation the command below. I think it fails if I don't have enterprise edition. How can I check ?

SQL> alter system set log_archive_dest_1='location=c:\temp', mandatory, 'reopen=
200';
alter system set log_archive_dest_1='location=c:\temp', mandatory, 'reopen=200'
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-00439: feature not enabled: Managed Standby

 
Try:

Code:
SQL> select banner from v$version;

BANNER
----------------------------------------------------------------
Oracle9i [b]Enterprise Edition[/b] Release 9.2.0.8.0 - 64bit Production
PL/SQL Release 9.2.0.8.0 - Production
CORE    9.2.0.8.0       Production
TNS for IBM/AIX RISC System/6000: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production

I want to be good, is that not enough?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top