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: 318004
Syndicate
Home
Oracle Database 10g XE – Part 2
Written by RD   
Wednesday, 12 March 2008

This is in continuation of the earlier part. Once you install in a server and if you want to access the admin page from your PC or any other servers you need to make a change. By default it is installed to access from localhost, which is http://127.0.0.1:8080/apex, if you have installed with the default port.

Login to SQLPLUS and execute.

SQL>EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);

This would allow you to access the admin page from other computers, if the IP of your server on which it is installed is public. Then you can access from anywhere.  Or if you could login from console, then login to the admin page and go to Administration--> Manage HTTP Access and change it as below:

 

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

Last Updated ( Friday, 14 March 2008 )
 
PeopleSoft DB Servers and DST [Daylight Saving Time] Effect
Written by RD   
Saturday, 08 March 2008

T
his may be little late to publish now as there is only one day left for DST change, but it is better to publish at least to take care of the next DST change with out any issues.

If you missed it and your system did not change as per schedule for DST on Sunday morning, how do you handle it, especially for the PeopleSoft systems?

You can change the system time manually and apply the patches to make sure for next. Before you change time, you need to take care of certain things:

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

Last Updated ( Sunday, 09 March 2008 )
 
Installing Oracle DB and OAS in Same Server
Written by RD   
Wednesday, 27 February 2008

Recently I was installing a new environment with PT8.49 and CRM 9.0 with DEMO data.

As it was  going to be a demo instance, I installed DB/APP/BATCH Servers and installed OAS as web component all in ONE RHEL Server.

While installing I came across some issues which I want to share so that others who are installting first time can save time on searching solutions:

Lessons Learned:

  1. If you are installing Oracle 10g and OAS in the same box, then change the PORTS in $ORACLE_HOME/opmn/conf/ons/ons.config file where you have installed the ORACLE DB to something different from 6100, possibly more than 6150. Else you would get errors like "[ons-connect] Passive connection 127.0.0.1,6100 missing connect." and your opmn log file grow in Gig size and eat up your file system.
  2. If you want to have the default http service also running besides OAS, they do not have the same ip.  
  3. If you want to have http service running at default 80/443 ports or any other port along with the OAS, always bring up OAS first and then start http service and when you want to shutdown, bring down http service first and bring down OAS later, else it errors out when you execute "opmnctl shutdown all" command.

 

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

Last Updated ( Friday, 07 March 2008 )
 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

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