SlideShare a Scribd company logo
1 of 8
Download to read offline
‫خدا‬ ‫نام‬ ‫به‬
‫اندازی‬ ‫:راه‬ ‫هدف‬cloud oracle‫دو‬ ‫همراه‬ ‫به‬node
1-‫وضعیت‬ ‫ابتدا‬dispatcher‫و‬shared server‫در‬ ‫را‬container database‫میسنجیم‬‫.البته‬ ‫خیر‬ ‫یا‬ ‫دارند‬ ‫وجود‬ ‫ببین‬ ‫که‬oracle 12c‫به‬
‫صورت‬default‫یک‬dispatcher.‫میکند‬ ‫ایجاد‬
SQL> select pname, addr,pid from v$process where pname like 'D0%' or pname like 'S0%’;
PNAME ADDR PID
-------------------------------
D000 00007FF99C6BF600 23
S000 00007FF99B5634D0 24
SQL> select name, status, accept, messages, breaks,owned from v$dispatcher;
NAME STATUS ACC MESSAGES BREAKS OWNED
-----------------------------------------------------
D000 WAIT YES 0 0 0
SQL> select name, paddr, status, messages from v$shared_server;
NAME PADDR STATUS MESSAGES
----------------------------------------------
S000 00007FF99B5634D0 WAIT(COMMON) 0
‫پارامتر‬ ‫سرور‬ ‫فعالیت‬ ‫صورت‬ ‫در‬ ‫البته‬status=EXEC.‫میگیرد‬ ‫قرار‬
1-1-
Shared
server
Shared
server
dispatcher
Node 2
Node 1
client
SQL> show parameter shared
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
hi_shared_memory_address integer 0
max_shared_servers integer
shared_memory_address integer 0
shared_pool_reserved_size big integer 23488102
shared_pool_size big integer 448M
shared_server_sessions integer
shared_servers integer 1
SQL> alter system set shared_servers=2;
System altered.
SQL> alter system set max_shared_servers=5;
System altered.
SQL> exit
2-‫از‬database‫با‬‫دستور‬exit‫میشویم‬ ‫خارج‬.
3-‫از‬ ‫استفاده‬ ‫با‬putty‫ارتباط‬ssh‫با‬node 2:‫میدهیم‬ ‫انجام‬ ‫را‬ ‫زیر‬ ‫مراحل‬ ‫کار‬ ‫این‬ ‫میکینیم.برای‬ ‫ایجاد‬
3-1-
3-2-‫در‬node 1:
C:Windowssystem32>ping 192.168.56.101
Pinging 192.168.56.101 with 32 bytes of data:
Reply from 192.168.56.101: bytes=32 time<1ms TTL=64
Reply from 192.168.56.101: bytes=32 time<1ms TTL=64
Reply from 192.168.56.101: bytes=32 time<1ms TTL=64
Reply from 192.168.56.101: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.56.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
‫تباط‬ ‫ار‬ssh‫با‬node 2.‫است‬ ‫شده‬ ‫برقرار‬
4-‫نام‬ ‫باید‬instance‫نود‬2‫در‬ ‫را‬‫همراه‬ ‫به‬inet addr‫در‬ ‫ان‬tnsnames.ora‫نود‬1.‫کنیم‬ ‫ذخیره‬
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.56.101)(PORT = 1521))
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = orcl)((
5-
C:Windowssystem32>sqlplus
SQL*Plus: Release 12.1.0.2.0 Production on Tue Oct 11 15:21:47 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 2483027968 bytes
Fixed Size 3835112 bytes
Variable Size 1728056088 bytes
Database Buffers 738197504 bytes
Redo Buffers 12939264 bytes
Database mounted.
Database opened.
SQL> select pname, addr,pid from v$process where pname like 'D0%' or pname like 'S0%';
PNAME ADDR PID
----- ---------------- ----------
D000 00007FF99B562980 22
S000 00007FF99C6BF600 23
S001 00007FF99B5634D0 24
SQL> select name, paddr, status, messages from v$shared_server;
NAME PADDR STATUS MESSAGES
---- ---------------- ---------------- ----------
S000 00007FF99C6BF600 WAIT(COMMON) 0
S001 00007FF99B5634D0 WAIT(COMMON) 0
SQL> select name, status, accept, messages, breaks,owned from v$dispatcher;
NAME STATUS ACC MESSAGES BREAKS OWNED
---- ---------------- --- ---------- ---------- ----------
D000 WAIT YES 0 0 0
‫احمدی‬ ‫:مهدی‬ ‫کننده‬ ‫تهیه‬

More Related Content

What's hot

pstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle databasepstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle databaseRiyaj Shamsudeen
 
了解Oracle rac brain split resolution
了解Oracle rac brain split resolution了解Oracle rac brain split resolution
了解Oracle rac brain split resolutionmaclean liu
 
How to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdbHow to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdbMarco Vigelini
 
你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能maclean liu
 
How To Install and Configure Log Rotation on RHEL 7 or CentOS 7
How To Install and Configure Log Rotation on RHEL 7 or CentOS 7How To Install and Configure Log Rotation on RHEL 7 or CentOS 7
How To Install and Configure Log Rotation on RHEL 7 or CentOS 7VCP Muthukrishna
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7VCP Muthukrishna
 
Shell Script Disk Usage Report and E-Mail Current Threshold Status
Shell Script  Disk Usage Report and E-Mail Current Threshold StatusShell Script  Disk Usage Report and E-Mail Current Threshold Status
Shell Script Disk Usage Report and E-Mail Current Threshold StatusVCP Muthukrishna
 
Debunking myths about_redo_ppt
Debunking myths about_redo_pptDebunking myths about_redo_ppt
Debunking myths about_redo_pptRiyaj Shamsudeen
 
Fatkulin presentation
Fatkulin presentationFatkulin presentation
Fatkulin presentationEnkitec
 
Dbms plan - A swiss army knife for performance engineers
Dbms plan - A swiss army knife for performance engineersDbms plan - A swiss army knife for performance engineers
Dbms plan - A swiss army knife for performance engineersRiyaj Shamsudeen
 
UKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction LocksUKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction LocksKyle Hailey
 
How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7VCP Muthukrishna
 
Introduction to Parallel Execution
Introduction to Parallel ExecutionIntroduction to Parallel Execution
Introduction to Parallel ExecutionDoug Burns
 
제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀
제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀
제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀EXEM
 
Oracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 samplingOracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 samplingKyle Hailey
 
Flashback (Practical Test)
Flashback (Practical Test)Flashback (Practical Test)
Flashback (Practical Test)Anar Godjaev
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响maclean liu
 

What's hot (20)

pstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle databasepstack, truss etc to understand deeper issues in Oracle database
pstack, truss etc to understand deeper issues in Oracle database
 
了解Oracle rac brain split resolution
了解Oracle rac brain split resolution了解Oracle rac brain split resolution
了解Oracle rac brain split resolution
 
How to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdbHow to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdb
 
你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能你所不知道的Oracle后台进程Smon功能
你所不知道的Oracle后台进程Smon功能
 
How To Install and Configure Log Rotation on RHEL 7 or CentOS 7
How To Install and Configure Log Rotation on RHEL 7 or CentOS 7How To Install and Configure Log Rotation on RHEL 7 or CentOS 7
How To Install and Configure Log Rotation on RHEL 7 or CentOS 7
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7
 
Shell Script Disk Usage Report and E-Mail Current Threshold Status
Shell Script  Disk Usage Report and E-Mail Current Threshold StatusShell Script  Disk Usage Report and E-Mail Current Threshold Status
Shell Script Disk Usage Report and E-Mail Current Threshold Status
 
Debunking myths about_redo_ppt
Debunking myths about_redo_pptDebunking myths about_redo_ppt
Debunking myths about_redo_ppt
 
Instalar MySQL CentOS
Instalar MySQL CentOSInstalar MySQL CentOS
Instalar MySQL CentOS
 
Fatkulin presentation
Fatkulin presentationFatkulin presentation
Fatkulin presentation
 
Dbms plan - A swiss army knife for performance engineers
Dbms plan - A swiss army knife for performance engineersDbms plan - A swiss army knife for performance engineers
Dbms plan - A swiss army knife for performance engineers
 
Px execution in rac
Px execution in racPx execution in rac
Px execution in rac
 
UKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction LocksUKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction Locks
 
How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7
 
Introduction to Parallel Execution
Introduction to Parallel ExecutionIntroduction to Parallel Execution
Introduction to Parallel Execution
 
제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀
제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀
제 8회 엑셈 수요 세미나 자료 연구컨텐츠팀
 
Redo internals ppt
Redo internals pptRedo internals ppt
Redo internals ppt
 
Oracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 samplingOracle 10g Performance: chapter 00 sampling
Oracle 10g Performance: chapter 00 sampling
 
Flashback (Practical Test)
Flashback (Practical Test)Flashback (Practical Test)
Flashback (Practical Test)
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 

Similar to oracle cloud with 2 nodes processing

Pluggable database tutorial
Pluggable database tutorialPluggable database tutorial
Pluggable database tutorialOsama Mustafa
 
Data Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10gData Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10gIbrahim Malek
 
Oracle data guard configuration in 12c
Oracle data guard configuration in 12cOracle data guard configuration in 12c
Oracle data guard configuration in 12cuzzal basak
 
Database decommission process
Database decommission processDatabase decommission process
Database decommission processK Kumar Guduru
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 
Drizzle to MySQL, Stress Free Migration
Drizzle to MySQL, Stress Free MigrationDrizzle to MySQL, Stress Free Migration
Drizzle to MySQL, Stress Free MigrationAndrew Hutchings
 
Pluggable database tutorial 2
Pluggable database tutorial 2Pluggable database tutorial 2
Pluggable database tutorial 2Osama Mustafa
 
12c db upgrade from 11.2.0.4
12c db upgrade from 11.2.0.412c db upgrade from 11.2.0.4
12c db upgrade from 11.2.0.4uzzal basak
 
Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Biju Thomas
 
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert BialekTrivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert BialekTrivadis
 
Intro ProxySQL
Intro ProxySQLIntro ProxySQL
Intro ProxySQLI Goo Lee
 
DOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon SecurityDOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon SecurityLoopback.ORG
 
ProxySQL & PXC(Query routing and Failover Test)
ProxySQL & PXC(Query routing and Failover Test)ProxySQL & PXC(Query routing and Failover Test)
ProxySQL & PXC(Query routing and Failover Test)YoungHeon (Roy) Kim
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobsMonowar Mukul
 
11thingsabout11g 12659705398222 Phpapp01
11thingsabout11g 12659705398222 Phpapp0111thingsabout11g 12659705398222 Phpapp01
11thingsabout11g 12659705398222 Phpapp01Karam Abuataya
 
11 Things About11g
11 Things About11g11 Things About11g
11 Things About11gfcamachob
 

Similar to oracle cloud with 2 nodes processing (20)

Pluggable database tutorial
Pluggable database tutorialPluggable database tutorial
Pluggable database tutorial
 
Data Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10gData Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10g
 
Oracle data guard configuration in 12c
Oracle data guard configuration in 12cOracle data guard configuration in 12c
Oracle data guard configuration in 12c
 
Database decommission process
Database decommission processDatabase decommission process
Database decommission process
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 
Drizzle to MySQL, Stress Free Migration
Drizzle to MySQL, Stress Free MigrationDrizzle to MySQL, Stress Free Migration
Drizzle to MySQL, Stress Free Migration
 
Long live to CMAN!
Long live to CMAN!Long live to CMAN!
Long live to CMAN!
 
Pluggable database tutorial 2
Pluggable database tutorial 2Pluggable database tutorial 2
Pluggable database tutorial 2
 
12c db upgrade from 11.2.0.4
12c db upgrade from 11.2.0.412c db upgrade from 11.2.0.4
12c db upgrade from 11.2.0.4
 
Broker otw.pptx
Broker otw.pptxBroker otw.pptx
Broker otw.pptx
 
Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2
 
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert BialekTrivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
 
Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4
 
Intro ProxySQL
Intro ProxySQLIntro ProxySQL
Intro ProxySQL
 
Rmoug ashmaster
Rmoug ashmasterRmoug ashmaster
Rmoug ashmaster
 
DOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon SecurityDOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon Security
 
ProxySQL & PXC(Query routing and Failover Test)
ProxySQL & PXC(Query routing and Failover Test)ProxySQL & PXC(Query routing and Failover Test)
ProxySQL & PXC(Query routing and Failover Test)
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
 
11thingsabout11g 12659705398222 Phpapp01
11thingsabout11g 12659705398222 Phpapp0111thingsabout11g 12659705398222 Phpapp01
11thingsabout11g 12659705398222 Phpapp01
 
11 Things About11g
11 Things About11g11 Things About11g
11 Things About11g
 

oracle cloud with 2 nodes processing

  • 1. ‫خدا‬ ‫نام‬ ‫به‬ ‫اندازی‬ ‫:راه‬ ‫هدف‬cloud oracle‫دو‬ ‫همراه‬ ‫به‬node 1-‫وضعیت‬ ‫ابتدا‬dispatcher‫و‬shared server‫در‬ ‫را‬container database‫میسنجیم‬‫.البته‬ ‫خیر‬ ‫یا‬ ‫دارند‬ ‫وجود‬ ‫ببین‬ ‫که‬oracle 12c‫به‬ ‫صورت‬default‫یک‬dispatcher.‫میکند‬ ‫ایجاد‬ SQL> select pname, addr,pid from v$process where pname like 'D0%' or pname like 'S0%’; PNAME ADDR PID ------------------------------- D000 00007FF99C6BF600 23 S000 00007FF99B5634D0 24 SQL> select name, status, accept, messages, breaks,owned from v$dispatcher; NAME STATUS ACC MESSAGES BREAKS OWNED ----------------------------------------------------- D000 WAIT YES 0 0 0 SQL> select name, paddr, status, messages from v$shared_server; NAME PADDR STATUS MESSAGES ---------------------------------------------- S000 00007FF99B5634D0 WAIT(COMMON) 0 ‫پارامتر‬ ‫سرور‬ ‫فعالیت‬ ‫صورت‬ ‫در‬ ‫البته‬status=EXEC.‫میگیرد‬ ‫قرار‬ 1-1- Shared server Shared server dispatcher Node 2 Node 1 client
  • 2. SQL> show parameter shared NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ hi_shared_memory_address integer 0 max_shared_servers integer shared_memory_address integer 0 shared_pool_reserved_size big integer 23488102 shared_pool_size big integer 448M shared_server_sessions integer shared_servers integer 1 SQL> alter system set shared_servers=2; System altered. SQL> alter system set max_shared_servers=5; System altered. SQL> exit 2-‫از‬database‫با‬‫دستور‬exit‫میشویم‬ ‫خارج‬. 3-‫از‬ ‫استفاده‬ ‫با‬putty‫ارتباط‬ssh‫با‬node 2:‫میدهیم‬ ‫انجام‬ ‫را‬ ‫زیر‬ ‫مراحل‬ ‫کار‬ ‫این‬ ‫میکینیم.برای‬ ‫ایجاد‬ 3-1-
  • 3.
  • 4. 3-2-‫در‬node 1: C:Windowssystem32>ping 192.168.56.101 Pinging 192.168.56.101 with 32 bytes of data: Reply from 192.168.56.101: bytes=32 time<1ms TTL=64 Reply from 192.168.56.101: bytes=32 time<1ms TTL=64 Reply from 192.168.56.101: bytes=32 time<1ms TTL=64 Reply from 192.168.56.101: bytes=32 time<1ms TTL=64 Ping statistics for 192.168.56.101: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
  • 5.
  • 7. 4-‫نام‬ ‫باید‬instance‫نود‬2‫در‬ ‫را‬‫همراه‬ ‫به‬inet addr‫در‬ ‫ان‬tnsnames.ora‫نود‬1.‫کنیم‬ ‫ذخیره‬ ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.56.101)(PORT = 1521)) (CONNECT_DATA = (SERVER = SHARED) (SERVICE_NAME = orcl)(( 5- C:Windowssystem32>sqlplus SQL*Plus: Release 12.1.0.2.0 Production on Tue Oct 11 15:21:47 2016 Copyright (c) 1982, 2014, Oracle. All rights reserved. Enter user-name: sys as sysdba Enter password: Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE instance started. Total System Global Area 2483027968 bytes Fixed Size 3835112 bytes Variable Size 1728056088 bytes Database Buffers 738197504 bytes Redo Buffers 12939264 bytes Database mounted. Database opened.
  • 8. SQL> select pname, addr,pid from v$process where pname like 'D0%' or pname like 'S0%'; PNAME ADDR PID ----- ---------------- ---------- D000 00007FF99B562980 22 S000 00007FF99C6BF600 23 S001 00007FF99B5634D0 24 SQL> select name, paddr, status, messages from v$shared_server; NAME PADDR STATUS MESSAGES ---- ---------------- ---------------- ---------- S000 00007FF99C6BF600 WAIT(COMMON) 0 S001 00007FF99B5634D0 WAIT(COMMON) 0 SQL> select name, status, accept, messages, breaks,owned from v$dispatcher; NAME STATUS ACC MESSAGES BREAKS OWNED ---- ---------------- --- ---------- ---------- ---------- D000 WAIT YES 0 0 0 ‫احمدی‬ ‫:مهدی‬ ‫کننده‬ ‫تهیه‬