HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle Proces Archive logs
Operating System - HP-UX
1834926
Members
2875
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 05:45 AM
09-15-2003 05:45 AM
Oracle Proces Archive logs
Hello,
I' have another questio about oracle this time.
In ours db script we monitori ora_arcX_DB oracle proces.
This proces is always up, or there iare some time where the processes are stop?
Thanks for all your helps.
Filo
I' have another questio about oracle this time.
In ours db script we monitori ora_arcX_DB oracle proces.
This proces is always up, or there iare some time where the processes are stop?
Thanks for all your helps.
Filo
Sistem engeneer expert
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 05:54 AM
09-15-2003 05:54 AM
Re: Oracle Proces Archive logs
Hello Filo,
I've taken a look at my servers which run 8.1.7.4.0 or oracle, 64 bit HP-UX 11.11
Those processes are always up, but sleeping. They wake up when logs are being cut.
Hope this answers your question.
SEP
I've taken a look at my servers which run 8.1.7.4.0 or oracle, 64 bit HP-UX 11.11
Those processes are always up, but sleeping. They wake up when logs are being cut.
Hope this answers your question.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 06:10 AM
09-15-2003 06:10 AM
Re: Oracle Proces Archive logs
SEPs right, these processes are always up, on an automatically archived database.
HOWEVER if log archiving isn't automatic, the arcX process won't be present. SO on a database which isn't in archive log mode, or one where the archive logging is done manually (such as through cron), there won't be an arcX process.
You can test this by doing the following (NOT on a production database!):
$ sqlplus "/ as sysdba"
SQL*Plus: Release 8.1.7.0.0 - Production on Mon Sep 15 15:18:18 2003
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
JServer Release 8.1.7.0.0 - Production
SQL> !ps -ef | grep [o]ra_arc
oracle 6994 1 0 15:16:12 ? 0:00 ora_arc0_openview
SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /all/oracle/admin/openview/arch
Oldest online log sequence 705
Next log sequence to archive 707
Current log sequence 707
SQL> alter system archive log stop;
System altered.
SQL> !ps -ef | grep [o]ra_arc
SQL> archive log list
Database log mode Archive Mode
Automatic archival Disabled
Archive destination /all/oracle/admin/openview/arch
Oldest online log sequence 705
Next log sequence to archive 707
Current log sequence 707
SQL> alter system archive log start;
System altered.
SQL> !ps -ef | grep [o]ra_arc
oracle 7144 1 0 15:19:37 ? 0:00 ora_arc0_openview
HTH
Duncan
I am an HPE Employee
HOWEVER if log archiving isn't automatic, the arcX process won't be present. SO on a database which isn't in archive log mode, or one where the archive logging is done manually (such as through cron), there won't be an arcX process.
You can test this by doing the following (NOT on a production database!):
$ sqlplus "/ as sysdba"
SQL*Plus: Release 8.1.7.0.0 - Production on Mon Sep 15 15:18:18 2003
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
JServer Release 8.1.7.0.0 - Production
SQL> !ps -ef | grep [o]ra_arc
oracle 6994 1 0 15:16:12 ? 0:00 ora_arc0_openview
SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /all/oracle/admin/openview/arch
Oldest online log sequence 705
Next log sequence to archive 707
Current log sequence 707
SQL> alter system archive log stop;
System altered.
SQL> !ps -ef | grep [o]ra_arc
SQL> archive log list
Database log mode Archive Mode
Automatic archival Disabled
Archive destination /all/oracle/admin/openview/arch
Oldest online log sequence 705
Next log sequence to archive 707
Current log sequence 707
SQL> alter system archive log start;
System altered.
SQL> !ps -ef | grep [o]ra_arc
oracle 7144 1 0 15:19:37 ? 0:00 ora_arc0_openview
HTH
Duncan
I am an HPE Employee

The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP