Join the supporters of the Stop Global Warming Virtual March
Main Menu
HomeBasicsFusionPS on LinuxSecurityDocumentsScriptsSearchFeedsWeb LinksSiteMapForumPodCastsGuest BookPeopleSoft Jobs
Translation
Translation may not be accurate.
** Thanks to Google Anyway***


To Change between languages
go to English and change again.
Login Form





Lost Password?
No account yet? Register
FeedBurner
Get Postings by Email
without Account.


Who's Online
Statistics
Postings: 65
PeopleSoft Blog Feeds: 15
PeopleSoft Job Feeds: 16
Oracle Feeds: 12

Registered Members: 184
Unique Visitors: 318052
Syndicate
Home
Why multiple Listeners for Production Instances?
Written by RD   
Saturday, 08 December 2007

Usually, I configure and run multiple listeners listening at different ports, for the production database. For some important instances like PILOT and TRAINING also I configure multiple listeners, depending on criticality of the instance maintained.

You can configure different listener service in different ports for different purposes. One listener for process schedulers and one listener for external app servers and one listener for internal app servers and more importantly one listener for your maintenance purpose. I do not disclose the port numbers to others which I use for maintenance for obvious reasons.

Also you can configure the specific port numbers to a network card so that the traffic is divided if you have high traffic and heavy usage like CRM.

If you are experienced DBA, you should not have much difficulty in configuring multiple listeners.

If you need more information on how to configure multiple listener or configuring a port to a specific network card [needs root access],  I would be glad to help, just leave a note here.

One final note: Don’t forget to secure the listeners, especially if you are using older versions.

If you are new DBA, read this security document by Integrigy on listeners’ security. It has good information.

Comments (9) | Add as favourites (39) | Quote this article on your site | Views: 1366 | Print | Read more...

Last Updated ( Wednesday, 19 December 2007 )
 
Oracle Database 10g XE - Part 1
Written by RD   
Tuesday, 15 January 2008

T
he Oracle Database Express Edition is different from Enterprise Edition and other Editions like “Oracle Light”. It is a free Edition as it has some limitations. But it is a great Edition if you are running small applications.

I recommended for many of startup company clients as it comes free and over the period they make enough profit and the database grows, then they can go for Enterprise Edition to pay license.

Comments (7) | Add as favourites (47) | Quote this article on your site | Views: 1934 | Print | Read more...

Last Updated ( Friday, 28 March 2008 )
 
2 Minute Drill for Setting up Oracle DB Auditing
Written by RD   
Sunday, 09 December 2007

This is for someone who is PSADMIN and not expert in Oracle DB Security setups and wants to enable quick and safe, especially when the SOX auditor is asking you to enable it. And also this is specific for PeopleSoft Application DBs.

Init.ora:
This file needs a line audit_trail=DB or audit_trial=OS [Needs restart of the DB to take effective]

Tables sys.aud$ and dba_audit_trail should return no rows. If there are any rows, you want to clean them up before you turn on auditing. Else run this script, as SYS internal, $ORACLE_HOME/rdbms/admin/cataudit.sql
with OAV.

Be first to comment this article | Add as favourites (47) | Quote this article on your site | Views: 11882 | Print | Read more...

Last Updated ( Wednesday, 27 February 2008 )
 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Results 25 - 27 of 27
© 2008 PSADMIN.org
PSAdmin.org is for & by the PeopleSoft Administrators to share their Experience.