.:: Blackc0de Forum ::.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

-=Explore The World From Our Binary=-
 
HomeIndeksLatest imagesPendaftaranLogin

 

 Check Oracle Licensing

Go down 
2 posters
PengirimMessage
zer03s
Administrator
Administrator
zer03s


Jumlah posting : 2471
Points : 4119
Reputation : 113
Join date : 13.12.10
Age : 32
Lokasi : /home/root/blackc0de

Check Oracle Licensing Empty
PostSubyek: Check Oracle Licensing   Check Oracle Licensing Icon_minitimeMon Aug 22, 2011 1:28 pm

Assalamualaikum

postingan kali ini tentang DB oracle yaitu Check Oracle Licensing
ini berguna bagi agan-agan yang menggunakan oracle product untuk checking licensing nya.

Langsung cekidot :

Quote :
select * from v$license;

select banner from v$version where BANNER like '%Edition%';

select decode(count(*), 0, 'No', 'Yes') Partitioning
from ( select 1 from dba_part_tables
where owner not in ('SYSMAN', 'SH', 'SYS', 'SYSTEM')
and rownum = 1 );

select decode(count(*), 0, 'No', 'Yes') Spatial
from ( select 1 from all_sdo_geom_metadata where rownum = 1 );

select decode(count(*), 0, 'No', 'Yes') RealApplicationCluster
from ( select 1 from v$active_instances where rownum = 1 );

Col name format a50 heading "Option"
Col value format a5 heading "?" justify center wrap
Break on value dup skip 1
Spool option
Select parameter name, value
from v$option
order by 2 desc, 1
/

Set feedback off
Set linesize 122
Col nop format a5 heading "nop"
Col name format a45 heading "Feature"
Col version format a10 heading "Version"
Col detected_usages format 999,990 heading "Detected|usages"
Col currently_used format a06 heading "Curr.|used?"
Col first_usage_date format a10 heading "First use"
Col last_usage_date format a10 heading "Last use"
Col nop noprint
Break on nop skip 1 on name
Select decode(detected_usages,0,2,1) nop,
name, version, detected_usages, currently_used,
to_char(first_usage_date,'DD/MM/YYYY') first_usage_date,
to_char(last_usage_date,'DD/MM/YYYY') last_usage_date
from dba_feature_usage_statistics
order by nop, 1, 2
/

Bisa di jalankan di JDev Database Navigator atau di SQL*Plus command line.

Syaratnya login nya harus SYSDBA ya :cendol cendol dong om
Kembali Ke Atas Go down
http://zer03s.blog.com/
ViVaLicious
NuuBiiTooL
NuuBiiTooL



Jumlah posting : 18
Points : 29
Reputation : 1
Join date : 23.08.11

Check Oracle Licensing Empty
PostSubyek: Re: Check Oracle Licensing   Check Oracle Licensing Icon_minitimeTue Aug 23, 2011 4:54 pm

mantap gan Check Oracle Licensing 772168924
Kembali Ke Atas Go down
 
Check Oracle Licensing
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Cara manual check link dibalik shorted URL
» fundamental oracle
» buku oracle database
» Install Oracle 11g R2 diatas OEL via Virtualbox
» Oracle Database Software Downloads

Permissions in this forum:Anda tidak dapat menjawab topik
.:: Blackc0de Forum ::. :: Information Technology :: Database-
Navigasi: