Comments embedded.
On Dec 18, 7:20 am, Shilpa <
rsh...@gmail.com> wrote:
> Hi,
>
> We are facing a problem in Oracle OPS.
No, you're not. OPS was last seen in Oracle 8.1.7.4; you're using
RAC, which is MUCH different.
> One of the Oracle systems in
> customer site, Oracle database instance shuts down and starts up on
> its own.
>
And is this particular instance/server configured exactly as the
other, working instances/servers?
> The set-up is as follows:
>
> 1. 2-node Solaris-8 cluster.
> 2. Oracle 9.2.0.4
And 9.2.0.4 is not a supported release; likely you'll be told to patch
this to the terminal release of 9.2 which is 9.2.0.8.
>
> From the alert log file, we find the following shutdown messages.
> #-----------------------------------------------------------------------------------------------------------------------------
This ^^^^^^^^^^^^^^^ may not be set large enough as you have
cursor_space_For_time set to TRUE.
> shared_pool_reserved_size= 20971520
> _shared_pool_reserved_min_alloc= 4000
> _kghdsidx_count = 1
These 'hidden' parameters are set by whose instruction?
> control_files = /export/home/oracle/dev/rT001.ctrl1, /
> export/home/oracle/dev/rT001.ctrl2
> db_block_buffers = 10000
> db_block_size = 4096
Shouldn't you be using a db_block_size of 8192?
> buffer_pool_recycle = buffers:100, lru_latches:1
> max_commit_propagation_delay= 0
> compatible = 9.2.0
> log_archive_start = TRUE
> log_archive_dest_1 = LOCATION=/export/home/oracle/dev/
> archivelog1 REOPEN=10
> log_archive_format = LOG_%s_%t.ARC
> log_buffer = 16384
> log_checkpoint_interval = 1000
> db_files = 32
> db_file_multiblock_read_count= 64
> cluster_database = TRUE
> cluster_database_instances= 4
> thread = 1
> fast_start_mttr_target = 60
Normally I see this ^^^^^^ set to 300, not 60.
> recovery_parallelism = 15
> dml_locks = 500
> row_locking = always
Why? ^^^^^^^^^^
> instance_number = 1
> transactions = 500
> transaction_auditing = FALSE
> undo_management = AUTO
> undo_tablespace = rollback1
> remote_login_passwordfile= NONE
> cursor_space_for_time = TRUE
Why? ^^^^^^^^^^^^
> session_cached_cursors = 100
> background_dump_dest = /export/home/oracle/admin/T001/bdump
> user_dump_dest = /export/home/oracle/admin/T001/udump
> core_dump_dest = /export/home/oracle/admin/T001/cdump
> audit_trail = FALSE
> sort_area_size = 4194304
> db_name = T001
> open_cursors = 1000
> ifile = ?/dbs/configT001.ora
> optimizer_mode = first_rows
> Sun Dec 16 07:05:21 2007
>
> #-----------------------------------------------------------------------------------------------------------------------------
>
> We have escalated this problem to Oracle and they asked us to collect
> the listener and the Statspack output.
One presumes you've honored their request. Why, then, could you not
see fit to post that information here as well?
> But so far we haven't received
> any concrete reply from them.
And you think a newsgroup will be faster and more reliable?
Especially when you won't provide sufficient information to analyze
the perceived problem?
>
> Could you please help in this,as we do not have a very deep
> understanding of these logfiles.
Nor do you have any respect for the people in this newsgroup, asking
them to do work which you should already have done when providing data
in support of your claims.
>
> Best Regards
> Shilpa
Provide us what you supplied Oracle and, maybe, someone can answer
your question.
David Fitzjarrell