Home » RDBMS Server » Performance Tuning » Is there any way to have the DB articulate why PDML is blocked (11.2.0.3)
|
|
Re: Is there any way to have the DB articulate why PDML is blocked [message #584251 is a reply to message #584248] |
Fri, 10 May 2013 09:33   |
Roachcoach
Messages: 1576 Registered: May 2010 Location: UK
|
Senior Member |
|
|
15:31:15 SQL>sho parameter parallel
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
fast_start_parallel_rollback string LOW
parallel_adaptive_multi_user boolean FALSE
parallel_automatic_tuning boolean FALSE
parallel_degree_limit string CPU
parallel_degree_policy string MANUAL
parallel_execution_message_size integer 16384
parallel_force_local boolean FALSE
parallel_instance_group string
parallel_io_cap_enabled boolean FALSE
parallel_max_servers integer 512
parallel_min_percent integer 0
parallel_min_servers integer 0
parallel_min_time_threshold string AUTO
parallel_server boolean FALSE
parallel_server_instances integer 1
parallel_servers_target integer 512
parallel_threads_per_cpu integer 2
recovery_parallelism integer 0
15:32:32 SQL>l
1 select PDML_STATUS from v$session
2* where username = USER
15:32:33 SQL>/
PDML_STA
--------
ENABLED
ENABLED
I /can/ get PDL working on some tables but not all. One of the troubled tables has a trigger, but disabling it doesnt help.
As mentioned, no self referencing constraints, just a PK and not nulls/checks. No LOBs /distributed tnxs either, not IOT/cluser. It's basic of the basic as table structures go.
[Updated on: Fri, 10 May 2013 09:41] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 02:38:25 CDT 2025
|