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
VARIANT_IMP(3)								 1							    VARIANT_IMP(3)

variant_imp - Performs a bitwise implication on two variants

SYNOPSIS
mixed variant_imp (mixed $left, mixed $right) DESCRIPTION
Performs a bitwise implication operation. PARAMETERS
o $left - The left operand. o $right - The right operand. Note As with all the variant arithmetic functions, the parameters for this function can be either a PHP native type (integer, string, floating point, boolean or NULL), or an instance of a COM, VARIANT or DOTNET class. PHP native types will be converted to variants using the same rules as found in the constructor for the "VARIANT" class. COM and DOTNET objects will have the value of their default property taken and used as the variant value. The variant arithmetic functions are wrappers around the similarly named functions in the COM library; for more information on these functions, consult the MSDN library. The PHP functions are named slightly differently; for example variant_add(3) in PHP cor- responds to VarAdd() in the MSDN documentation. RETURN VALUES
Variant Implication Table +------------+--------------------+---+ |If $left is | | | | | | | | | If $right is | | | | | | | | then the result is | | | | | | +------------+--------------------+---+ | | | | | TRUE | | | | | | | | | | | | | TRUE | | | | | | | | | | | | TRUE | | | | | | | | | | | TRUE | | | | | | | | | | | | | FALSE | | | | | | | | | | | | TRUE | | | | | | | | | | | TRUE | | | | | | | | | | | | | NULL | | | | | | | | | | | | TRUE | | | | | | | | | | | FALSE | | | | | | | | | | | | | TRUE | | | | | | | | | | | | TRUE | | | | | | | | | | | FALSE | | | | | | | | | | | | | FALSE | | | | | | | | | | | | TRUE | | | | | | | | | | | FALSE | | | | | | | | | | | | | NULL | | | | | | | | | | | | TRUE | | | | | | | | | | | NULL | | | | | | | | | | | | | TRUE | | | | | | | | | | | | TRUE | | | | | | | | | | | NULL | | | | | | | | | | | | | FALSE | | | | | | | | | | | | NULL | | | | | | | | | | | NULL | | | | | | | | | | | | | NULL | | | | | | | | | | | | NULL | | | | | | +------------+--------------------+---+ PHP Documentation Group VARIANT_IMP(3)
All times are GMT -4. The time now is 03:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy