Sponsored Content
Operating Systems AIX ORACLE Database running slow on AIX ( nmon / topas ) Post 302471404 by filosophizer on Friday 12th of November 2010 04:59:38 PM
Old 11-12-2010
initPROD.ora
Code:
_b_tree_bitmap_plans = FALSE
_enable_shared_pool_durations = FALSE
_fast_full_scan_enabled = FALSE
_like_with_bind_as_equality = TRUE
_sort_elimination_cost_ratio = 5
_sqlexec_progression_cost = 2147483647
_system_trig_enabled = TRUE
_trace_files_public = TRUE
aq_tm_processes = 5
background_dump_dest = /u03/oracle/PROD/db/tech_st/10.2.0/admin/PROD_nmcretek01/bdump
compatible = 10.2.0
control_files = ('/u03/oracle/PROD/db/apps_st/data/cntrl01.dbf', '/u03/oracle/PROD/db/apps_st/data/cntrl02.dbf', '/u03/oracle/PROD/db/apps_st/data/cntrl03.dbf')
core_dump_dest = /u03/oracle/PROD/db/tech_st/10.2.0/admin/PROD_nmcretek01/cdump
cursor_sharing = EXACT
db_block_checking = FALSE
db_block_checksum = TRUE
db_block_size = 8192
db_cache_size = 34359738368
db_files = 512
db_name = PROD
dml_locks = 10000
job_queue_processes = 10
log_archive_dest_1 = 'LOCATION=/u06/oracle/ARCHIVES/PROD_ARCHIVES'
log_archive_format = 'PROD_%s_%t_%r.arc'
log_buffer = 62906368
log_checkpoint_interval = 100000
log_checkpoint_timeout = 1200
log_checkpoints_to_alert = TRUE
max_dump_file_size = 20480
nls_comp = binary
nls_date_format = DD-MON-RR
nls_language = american
nls_length_semantics = BYTE
nls_numeric_characters = '.,'
nls_sort = binary
nls_territory = america
olap_page_pool_size = 4194304
open_cursors = 4000
optimizer_secure_view_merging = FALSE
parallel_max_servers = 12
parallel_min_servers = 0
pga_aggregate_target = 6442450944
plsql_code_type = INTERPRETED
plsql_native_library_dir = /u03/oracle/PROD/db/tech_st/10.2.0/plsql/nativelib
plsql_native_library_subdir_count = 149
plsql_optimize_level = 2
processes = 1200
recyclebin = off
session_cached_cursors = 500
sessions = 2400
sga_target = 85899345920
shared_pool_reserved_size = 629145600
shared_pool_size = 6442450944
timed_statistics = TRUE
undo_management = AUTO
undo_tablespace = APPS_UNDOTS1
user_dump_dest = /u03/oracle/PROD/db/tech_st/10.2.0/admin/PROD_nmcretek01/udump
utl_file_dir = ('/usr/tmp','/u03/oracle/PROD/db/tech_st/10.2.0/appsutil/outbound/PROD_nmcretek01','/u03/oracle/PROD/apps/apps_st/comn/temp','/usr/tmp')
workarea_size_policy = AUTO

and

Code:
SQL> show parameter lock_sga;

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
lock_sga                             boolean     FALSE

I will take the recommendations and will make the changes and then post the results...
 

8 More Discussions You Might Find Interesting

1. AIX

Memory usage statistic? (topas, nmon)

hi, how can i diplay: - the ammount RAM used /free - ammount of ram used from a pid or prozess we have the problem, that malloc is returing a NULL pointer errno = 12 ( not enough space). but i think there is still ram free. nmon : shows all memory used ? Memory Use Physical Virtual... (7 Replies)
Discussion started by: Lazzar
7 Replies

2. Filesystems, Disks and Memory

skgpspawn failed running oracle db 9.2.0.5.0 on aix 5.3

Hi, I am running an oracle db 9.2.0.5.0 on ibm p5 550 aix 5.3 with 10g ram, 10G swap space 3 database instances each SGA about 500Meg. I am getting the following error in my alert log file from time to time: skgpspawn failed:category = 27142, depinfo = 11, op = fork, loc = skgpspawn3 ... (0 Replies)
Discussion started by: hawkerpacific
0 Replies

3. AIX

nmon vs topas

good morning what is the better solution to examen a P570 ? because i use topas and nmon, and the results are totally different !!! with nmon, i have 80% free cpu, and with nmon, i have 90% of used cpu !!!!!! i take a shot with an intervall of 10s during 10 mn. thank you (0 Replies)
Discussion started by: pascalbout
0 Replies

4. AIX

Top command in AIX 4.2 (no topas, no nmon, no top)?

Is there a 'top' command equivalent in AIX 4.2 ? I already checked and I do not see the following ones anywhere: top nmon topas (1 Reply)
Discussion started by: Browser_ice
1 Replies

5. Solaris

what is the command to see which database ie..oracle in running on solaris 10

what is the command to see which database ie..oracle in running on solaris 10 (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

6. Shell Programming and Scripting

Running script automatically when threshold limit met in one of the field in oracle database

Hi Guys, Need you help in one point! I am working on one shell script which takes following steps : 1. Taking one query result from oracle database 2. Exporting that result to Xls file 3. Mailing that file to my own mail ID Now, I want to give a threshold limit to one of the column... (0 Replies)
Discussion started by: Agupte
0 Replies

7. AIX

Need to check long running processes on the database server and the os is AIX

Hello, Please help me with a script with which I can check long running processes on the database server and the os is AIX. Best regards, Vishal (5 Replies)
Discussion started by: Vishal_dba
5 Replies

8. AIX

AIX server running very slow

Hello, All the commands on AIX are running very slow. Below is few stats but I didn't find any issue in cpu or memory reosurces vmstat System configuration: lcpu=4 mem=6144MB ent=1.00 kthr memory page faults cpu ----- -----------... (2 Replies)
Discussion started by: Vishal_dba
2 Replies
capture-schema(1m)					    Application Server Utility						capture-schema(1m)

NAME
capture-schema - stores the database metadata (schema) in a file for use in mapping and execution SYNOPSIS
capture-schema-dburl url-username name- password password-driver a_jdbc_driver [-schemaname name] [-table tablename]* [-out filename] Stores the database metadata (schema) in a file. You can also use the Sun Java System Studio IDE to capture the database schema. Run cap- ture-schema as the same database user that owns the tables, so that the -username and -schemaname options are given the same username. Additionally, you can grant the database user running the capture-schema command the ANALYZE ANY TABLE privilege. OPTIONS
-dburl JDBC URL expected by the driver for accessing a database. -username user name for authenticating access to a database. -password password for accessing the selected database. -driver JDBC driver classname in your CLASSPATH. -schemaname name of the user schema being captured. If not specified, the default will capture metadata for all tables from all the schemas accessible to this user. Specifying this parameter is highly recommended. If more than one schema is accessible to this user, more than one table with the same name may be captured which will cause problems. -table name of the table; multiple table names can be specified. -out output target; defaults to stdout. This parameter corresponds to the schema sub-element of the sun-cmp-mapping ele- ment in the sun-cmp-mapping_1_1.dtd file. EXAMPLES
Example 1: Using capture-schema capture-schema -dburl jdbc:oracle:thin:@sadbuttrue:1521:ora817 -schemaname cantiflas -username CANTIFLAS -password enigma -driver oracle.jdbc.driver.OracleDriver asadmin(1M) Sun Java System Application Server March 2004 capture-schema(1m)
All times are GMT -4. The time now is 04:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy