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
RADSQLRELAY(8)						     FreeRADIUS helper program						    RADSQLRELAY(8)

NAME
radsqlrelay - relay SQL queries to a central database server SYNOPSIS
radsqlrelay [-?] [-d sql_driver] [-b database] [-f file] [-h host] [-u user] [-P port] [-p password] [-1] [-x] file_path DESCRIPTION
radsqlrelay tails a SQL logfile and forwards the queries to a database server. Used to replicate accounting records to one (central) data- base, even if the database has extended downtime. The SQL logfile is created by the rlm_sql_log module. The module must be configured in the radiusd server before you can use radsqlrelay. OPTIONS
-? Print usage help information. -d sql_driver Driver to use: mysql, pg, oracle. -b database Name of the database to use. -f file Read password from file, instead of command line. -h host Connect to host. -u user User for login. -P port Port number to use for connection. -p password Password to use when connecting to server. -1 One-shot mode: push the file to database and exit. -x Turn on debugging. file_path The pathname of the SQL logfile to use. NOTES
Oracle driver The command "radsqlrelay -d oracle -b db.domain.tld sql-relay" reads the database description stored in $TNS_ADMIN/tnsnames.ora: db.domain.tld = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = db.domain.tld)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = <DB SID>) ) ) SEE ALSO
rlm_sql_log(5) AUTHOR
Nicolas Baradakis <nicolas.baradakis@cegetel.net> 19 June 2005 RADSQLRELAY(8)
All times are GMT -4. The time now is 10:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy