Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Partitioning

RE: Oracle Partitioning

From: Jesse, Rich <Rich.Jesse_at_qg.com>
Date: Thu, 14 Sep 2006 08:55:27 -0500
Message-ID: <FB5D3CCFCECC2948B5DCF4CABDBE6697A521D5@QTEX1.qg.com>


That's the easy part. The tough part is to figure out wether or not it's licensed:  

SQL> SELECT * FROM my_oracle_salesman;
select * from my_oracle_salesman

              *
ERROR at line 1:
ORA-00942: table or view does not exist  

Hmmm... ;)  

Rich


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Satheesh Babu
Sent: Wednesday, September 13, 2006 9:19 PM To: oracle-l_at_freelists.org
Subject: RE: Oracle Partitioning

SQL> Select * from v$option where parameter='Partitioning';  

PARAMETER                                VALUE

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

Partitioning                             TRUE

 

SQL>   Regards,

Satheesh Babu.S    

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of edwin devadanam
Sent: Thursday, September 14, 2006 3:35 AM To: oracle-l_at_freelists.org
Subject: Oracle Partitioning  

Hi ,

In 9.2.0.5 oracle database on windows,how to know whether Oracle Partitioning is enabled/installed.

Any query to know from database side........  

Thanks,

Edwin.K

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 14 2006 - 08:55:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US