Search the web
Sign In
New User? Sign Up
psftdba · PeopleSoft DBA Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 824 - 853 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
824
HI All, Please help me in setting up Peoplesoft PIA with IBM websphere 5.1. I am using PT 8.45 with HRMS 8.9 Couple of doubts. 1. Whether th Websphere is...
Manoj Kumar
nedmanoj
Offline Send Email
Feb 2, 2005
12:50 pm
825
Responses in-line. However, since the Oracle takeover of PeopleSoft, is it a good idea to IBM Websphere? ... It is. ... It is not! ... ...
David Kurtz
davidkurtz
Offline Send Email
Feb 2, 2005
12:58 pm
826
Hi, to exclude oprids from expiration password you can execute the following sql statement: update psoprdefn set lastpswdchange = '31-Dec-2010' where oprid =...
manaiti2000
Offline Send Email
Feb 2, 2005
4:01 pm
827
I know this forum has a global reach, but for those of you in the UK and Ireland, and perhaps some of you in continental Europe, here is a date for your diary....
David Kurtz
davidkurtz
Offline Send Email
Feb 5, 2005
8:25 pm
828
Good day. I am to write a procedure that does an unattended data load of prod data into test. What I do normally is Copy export file from prod to test Drop all...
Montgomerie Steve
smontgomerie
Offline Send Email
Feb 7, 2005
6:08 pm
829
Hello, everyone. Does anyone have summary of technical requirement for peopletools 8.44 installation? I know that I need to install COBOL complier, but other...
ikingus
Offline Send Email
Feb 7, 2005
9:07 pm
830
Reminder from the Calendar of psftdba http://groups.yahoo.com/group/psftdba/cal OakTable Seminar: AskTom Live with Tom Kyte! Tuesday February 8, 2005 9:00 am -...
psftdba@yahoogroups.com
Send Email
Feb 8, 2005
8:40 am
831
Hi, Do you have an access to Peoplesoft Customer Connection ? All supported plateforms are described by peopletools release .And futhermore, implementation...
Laurent LCU. CORNILLEAU
manaiti2000
Offline Send Email
Feb 8, 2005
4:02 pm
832
If you use a windows platform XP or W2003 then it is possible with SC SC \\SERVER01 START "SERVICE_NAME" SC \\SERVER01 STOP "SERVICE_NAME" SC \\SERVER01 query ...
BL Barske
blbarske
Offline Send Email
Feb 8, 2005
4:02 pm
833
First, write a small export script to save off the report node information and anything else you want to save. Have a par file that lists those tables - this...
James Bowker
jobowker
Offline Send Email
Feb 8, 2005
4:02 pm
834
Thank you very much for your information, Laurent. I'm starting to read the documents. I have another question. What is peoplesoft's recommendation for RAID?...
John Hayes
ikingus
Offline Send Email
Feb 8, 2005
4:58 pm
835
see www.baarf.com - behind the hilarity there is a very serious point being made read James Morle's seminal Sane San paper. Put the database on raid 1+0 (a...
David Kurtz
davidkurtz
Offline Send Email
Feb 8, 2005
5:04 pm
836
Thank you very much, David. If I make the database on RAID 5 (save space), would this be adequate enough? ... __________________________________ Do you...
John Hayes
ikingus
Offline Send Email
Feb 8, 2005
9:46 pm
837
Thank you very much, David. If I make the database on RAID 5 (save space), would this be adequate enough? ... point being ... might be ... for...
ikingus
Offline Send Email
Feb 8, 2005
9:46 pm
838
SSH will happily handle remote command execution and will eliminate the inherent security risks of rsh. --James...
James Blanding
stoneandkobi
Offline Send Email
Feb 8, 2005
9:47 pm
839
Reminder from the Calendar of psftdba http://groups.yahoo.com/group/psftdba/cal OakTable Seminar: AskTom Live with Tom Kyte! Wednesday February 9, 2005 9:00 am...
psftdba@yahoogroups.com
Send Email
Feb 9, 2005
8:41 am
840
Hello All, I am of the understanding that on Oracle 8.1.7 the order that the tables are listed in the FROM clause of a query will affect it's performance. 2...
Phillip Eaton
pjeaton
Offline Send Email
Feb 9, 2005
3:07 pm
841
Actually, having thought about it, would I be right in saying that the query will run fastest in the following scenario: Say you had a simple select query that...
Phillip Eaton
pjeaton
Offline Send Email
Feb 9, 2005
3:07 pm
842
Definitely on right track BUT you need to have good stats for the CBO to make the right choices. Small tables, you should dbms_stats.gather_table_stats at...
Ross Mohan
rmohanx@...
Send Email
Feb 9, 2005
4:58 pm
843
Philip, This no longer applies...after version 7, if i recall correctly. Still, a la Jonathan Lewis et al. a bit of testing wouldn't hurt but the FROM...
Ross Mohan
rmohanx@...
Send Email
Feb 9, 2005
4:59 pm
844
Reminder from the Calendar of psftdba http://groups.yahoo.com/group/psftdba/cal OakTable Seminar: AskTom Live with Tom Kyte! Thursday February 10, 2005 9:00 am...
psftdba@yahoogroups.com
Send Email
Feb 10, 2005
8:41 am
845
OK guys, Since version 7 Oracle RDBMS's can be run in two modes: (init.ora setting) OPTIMIZER=RULE or COST (or CHOOSE for both) in RULE based; tuning is...
Shaun
shaun3823
Offline Send Email
Feb 11, 2005
4:38 pm
846
Shaun, Minor correction, if your running PeopleTools 8+ they recommend CBO, but if your running anything earlier they recommend rbo, irrespective of the...
Goulet, Dick
dgoulet@...
Send Email
Feb 11, 2005
10:14 pm
847
It is worth pointing out that the Rule Based Optimiser is deprecated in Oracle 9i and although still present in Oracle 10g (which BTW is not yet certified by...
David Kurtz
davidkurtz
Offline Send Email
Feb 11, 2005
10:38 pm
848
It is true that if you use RAID 5 you will need fewer disk devices to produce a filesystem of the same size that RAID 10. However, the problem with RAID 5 is...
David Kurtz
davidkurtz
Offline Send Email
Feb 11, 2005
10:50 pm
849
Thank you very much, David. I highly appreciate your emails. :) - John ... === message truncated === __________________________________ Do you Yahoo!? Read...
John Hayes
ikingus
Offline Send Email
Feb 12, 2005
10:13 pm
850
With FSCM 8 SP2 ,PS Tools 8.x ,Oracle 8i ,we use OPTIMIZER_MODE=FIRST_ROWS for the all OLTP sessions and OPTIMIZER_MODE=ALL_ROWS + hints on some setps inside...
laurent Delisle
laurentdelisle
Offline Send Email
Feb 14, 2005
2:43 pm
851
I need to create individual user names for several developers so that backend changes can be audited by individuals instead of using the SYSADM id. I want to...
joness59
Offline Send Email
Feb 15, 2005
3:09 am
852
We are in the process of doing test runs to upgrade our Finance from 7.5 (7.62 tools) to 8.8 (8.44.10 tools). The 8.8 databases seem very slow at times. I am...
rogbak_er
Offline Send Email
Feb 16, 2005
1:27 am
853
I have done just that, except instead of using synonyms I create a logon trigger for each developer id which does an alter session set current_schema=sysadm. ...
Wolfgang Breitling
wolfgang_bre...
Offline Send Email
Feb 16, 2005
1:27 am
Messages 824 - 853 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help