Unknown RBS

2001-08-07 Thread Sinardy

Hi all,

I have question below here .. (Solaris 7 Oracle 8.1.6)

I startup my database with this parameter

db_name = MyDB
instance_name = MyDB
service_names = MyDB
control_files = (/export/home/basic/MyDB/ctl/control01.ctl,
/export/home/basic/MyDB/ctl/control02.ctl,
/export/home/basic/MyDB/ctl/control03.ctl)
open_cursors = 100
max_enabled_roles = 30
db_block_buffers = 9280
shared_pool_size = 12670976
large_pool_size = 614400
java_pool_size = 0
log_checkpoint_interval = 1
log_checkpoint_timeout = 1800
processes = 50
log_buffer = 163840
background_dump_dest = /export/home/basic/MyDB/dump/bdump
core_dump_dest = /export/home/basic/MyDB/dump/cdump
user_dump_dest = /export/home/basic/MyDB/dump/udump
db_block_size = 4096
remote_login_passwordfile = none
os_authent_prefix = 
compatible = 8.1.0
sort_area_size = 65536
sort_area_retained_size = 65536


SQL select name from v$rollname;

NAME
---
SYSTEM
RBS0
RBS1
RBS2


Where are these RBS* rollback segments come from ?
Because I am not include the
ROLLBACK_SEGMENTS = ( RBS0, RBS1, RBS2 )
parameters




Thank you,

Regards

Sinardy


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sinardy
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Unknown RBS

2001-08-07 Thread chao_ping

maybe this is public rollback segment.

- Original Message - 
From: Sinardy [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Tuesday, August 07, 2001 5:36 PM
Subject: Unknown RBS


 Hi all,
 
 I have question below here .. (Solaris 7 Oracle 8.1.6)
 
 I startup my database with this parameter
 
 db_name = MyDB
 instance_name = MyDB
 service_names = MyDB
 control_files = (/export/home/basic/MyDB/ctl/control01.ctl,
 /export/home/basic/MyDB/ctl/control02.ctl,
 /export/home/basic/MyDB/ctl/control03.ctl)
 open_cursors = 100
 max_enabled_roles = 30
 db_block_buffers = 9280
 shared_pool_size = 12670976
 large_pool_size = 614400
 java_pool_size = 0
 log_checkpoint_interval = 1
 log_checkpoint_timeout = 1800
 processes = 50
 log_buffer = 163840
 background_dump_dest = /export/home/basic/MyDB/dump/bdump
 core_dump_dest = /export/home/basic/MyDB/dump/cdump
 user_dump_dest = /export/home/basic/MyDB/dump/udump
 db_block_size = 4096
 remote_login_passwordfile = none
 os_authent_prefix = 
 compatible = 8.1.0
 sort_area_size = 65536
 sort_area_retained_size = 65536
 
 
 SQL select name from v$rollname;
 
 NAME
 ---
 SYSTEM
 RBS0
 RBS1
 RBS2
 
 
 Where are these RBS* rollback segments come from ?
 Because I am not include the
 ROLLBACK_SEGMENTS = ( RBS0, RBS1, RBS2 )
 parameters
 
 
 
 
 Thank you,
 
 Regards
 
 Sinardy
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: Sinardy
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).

Wš±ëzØ^¡÷âr¥9,BÅm¶ŸÿÃ(­§Ú©Êëa¢·!jŠbž
7!jŠbž'ɨh¡ÊrqZ´(­È׭ŠäIêï‰Ç¬óŸ9ßÎtçQ@_Î|ç9ӝRjpâz
jXŸ¢¹âhû›–'ž×«ëZqǬ³óŠX§€¸¬¶ÄèDCTL¨º»•÷ë¢kaŠÉšŠX§‚X¬¶Ç§u©Ä1¨¥™ë,j­ ¸¬´k«¹ö­r+rr‰§¢×„\“²—¥–)à¡òâ²Ñ®®æ§v)í…鞲Ơxƒb)ܖç^jX§yÊ'µ¨§Šx5%9,Bè®Ø^©ž¡ùšŠX§‚X¬·*.Á©í¶†Þ­é¨½ç_®‰˜¢éšÉ©l¢Ç§vØ^BÏr‰¦jw_¢º-…êâú+™«b¢yb‘ë.nÇ+‰¸§


Re: Unknown RBS

2001-08-07 Thread Ron Rogers

Sinardy,
They are the RBS's that are created when you created the database. You only need the 
specify the RBS in the init.ora when they are public RBS that need to be identified if 
you use MTS. If your connections are DEDICATED then you do not have to place them in 
the init.ora but it will not hurt anything if you do.
List, Correct me if I got it wrong.
ROR mª¿ªm

 [EMAIL PROTECTED] 08/07/01 05:36AM 
Hi all,

I have question below here .. (Solaris 7 Oracle 8.1.6)

I startup my database with this parameter

db_name = MyDB
instance_name = MyDB
service_names = MyDB
control_files = (/export/home/basic/MyDB/ctl/control01.ctl,
/export/home/basic/MyDB/ctl/control02.ctl,
/export/home/basic/MyDB/ctl/control03.ctl)
open_cursors = 100
max_enabled_roles = 30
db_block_buffers = 9280
shared_pool_size = 12670976
large_pool_size = 614400
java_pool_size = 0
log_checkpoint_interval = 1
log_checkpoint_timeout = 1800
processes = 50
log_buffer = 163840
background_dump_dest = /export/home/basic/MyDB/dump/bdump
core_dump_dest = /export/home/basic/MyDB/dump/cdump
user_dump_dest = /export/home/basic/MyDB/dump/udump
db_block_size = 4096
remote_login_passwordfile = none
os_authent_prefix = 
compatible = 8.1.0
sort_area_size = 65536
sort_area_retained_size = 65536


SQL select name from v$rollname;

NAME
---
SYSTEM
RBS0
RBS1
RBS2


Where are these RBS* rollback segments come from ?
Because I am not include the
ROLLBACK_SEGMENTS = ( RBS0, RBS1, RBS2 )
parameters




Thank you,

Regards

Sinardy


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sinardy
  INET: [EMAIL PROTECTED] 

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ron Rogers
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Unknown RBS

2001-08-07 Thread Christian Trassens

Look up the dba_rollback_segs. Maybe there are public.
In other words maybe it was created with create public
rollback segment stmt. Therefore issue an:

select owner,segment_name from sys.dba_rollback_segs;


--- Sinardy [EMAIL PROTECTED] wrote:
 Hi all,
 
 I have question below here .. (Solaris 7 Oracle
 8.1.6)
 
 I startup my database with this parameter
 
 db_name = MyDB
 instance_name = MyDB
 service_names = MyDB
 control_files =
 (/export/home/basic/MyDB/ctl/control01.ctl,
 /export/home/basic/MyDB/ctl/control02.ctl,
 /export/home/basic/MyDB/ctl/control03.ctl)
 open_cursors = 100
 max_enabled_roles = 30
 db_block_buffers = 9280
 shared_pool_size = 12670976
 large_pool_size = 614400
 java_pool_size = 0
 log_checkpoint_interval = 1
 log_checkpoint_timeout = 1800
 processes = 50
 log_buffer = 163840
 background_dump_dest =
 /export/home/basic/MyDB/dump/bdump
 core_dump_dest = /export/home/basic/MyDB/dump/cdump
 user_dump_dest = /export/home/basic/MyDB/dump/udump
 db_block_size = 4096
 remote_login_passwordfile = none
 os_authent_prefix = 
 compatible = 8.1.0
 sort_area_size = 65536
 sort_area_retained_size = 65536
 
 
 SQL select name from v$rollname;
 
 NAME
 ---
 SYSTEM
 RBS0
 RBS1
 RBS2
 
 
 Where are these RBS* rollback segments come from ?
 Because I am not include the
 ROLLBACK_SEGMENTS = ( RBS0, RBS1, RBS2 )
 parameters
 
 
 
 
 Thank you,
 
 Regards
 
 Sinardy
 
 
 -- 
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.com
 -- 
 Author: Sinardy
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX:
 (858) 538-5051
 San Diego, California-- Public Internet
 access / Mailing Lists


 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).


=
Eng. Christian Trassens
Senior DBA
Systems Engineer
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Phone : 541149816062

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Christian Trassens
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).