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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2215 - 2244 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2215
I've been on the dark side using DB2 for a couple of years. Good to be back. Anyway DBMS_STATS appears to be creating incorrect statistics for AVG_COL_LEN. It...
alexcosser
Offline Send Email
Nov 2, 2006
3:03 pm
2216
Has anyone built their PS_HOME on a SAN and mounted it to multiple UNIX servers thus eliminating installing on each individual server? Thanks in advance...
rmjoye
Offline Send Email
Nov 2, 2006
3:35 pm
2217
Question: Is anyone using buffer_pool_keep in a PeopleSoft instance? And what objects are included in the buffer_pool_keep? Thanks in advance Ron...
rcetnar
Offline Send Email
Nov 2, 2006
3:43 pm
2218
Doesn't sound like it will work... You'd have to NFS mount it to each server, and then you'd in effect have all your servers referencing the same directory...
the dragon
ceprn
Offline Send Email
Nov 2, 2006
5:48 pm
2219
Ron, The obvious tables to keep are the PSoft Dictionary tables. If you have Davids book, you will find them in Chapter 4. Mark ... Send instant messages to...
Mark Gurry
markgurry
Offline Send Email
Nov 3, 2006
7:14 am
2220
Yes, the plan is to NFS mount. Create a separate config for each appserv, web server and prcs so none share the same log directories, etc. They will share the...
Bob
rmjoye
Offline Send Email
Nov 3, 2006
8:40 am
2221
Question: How will you apply a tools patch and migrate it through your instances and how do you test the custom code you mention before moving it to a higher...
Robert Ellis
robert_ellis...
Offline Send Email
Nov 3, 2006
9:36 am
2222
I have considered using the keep and recycle pools in the past, but I never found that they particularly helped. Remember that this is about keeping objects...
David Kurtz
davidkurtz
Offline Send Email
Nov 3, 2006
10:40 am
2223
In this case, although I agree in theory, I will have to disagree with you David, as the Keep buffer has been proven useful on our 8.9 instance. We are running...
Shaun
shaun3823
Offline Send Email
Nov 3, 2006
12:03 pm
2224
You are right, this table it isn't cached by the application server. I have picked up performance problems with queries on this table in the past (and I...
David Kurtz
davidkurtz
Offline Send Email
Nov 3, 2006
2:29 pm
2225
I'm not sure about the user response, but I increased the SGA target to cope. Current settings are 1Gb min for KEEP (I will be increasing this) and the...
Shaun
shaun3823
Offline Send Email
Nov 3, 2006
5:31 pm
2226
Hi, I need a unix script to rename a file as timestamp tagged at the end. If i have a file named file.txt created on 01/07/2005. I need the script such that it...
Prathap Kumar B
prathap_sw_14
Offline Send Email
Nov 3, 2006
6:34 pm
2227
Hi, Does Any one have any document which shows all the PeopleTools Tables and their purpose. If yes can you share with the group. Thanks, Anuroop R...
Anuroop ranghat
anuroop_ranghat
Offline Send Email
Nov 6, 2006
8:17 am
2228
Something like this? This keeps a rolling weeks worth. ... PS_DIR='/global/gl_ha/software/psoft/fin840/sib_input' timestamp=`date +%Y%m%d_%H%M` day=`date +%a` ...
Phillip Eaton
pjeaton
Offline Send Email
Nov 6, 2006
9:04 am
2229
Hi Prathap, In your shell script you can add the following ...... ...... DT=`date +'%d%m%Y'` /**** This will store the date in DT variable in ddmmyyyy...
Manoj Kumar
nedmanoj
Offline Send Email
Nov 6, 2006
4:39 pm
2230
HI, I am trying to scripts which monitors all the spaces issues in peoplesoft DB. Need your help in invoking sqlplus in unix shell scripts.. Any help is...
Anantha G
anantha9530944
Offline Send Email
Nov 6, 2006
9:23 pm
2231
Hi Anantha... Create a shell script as follows say anantha.sh.... :) sqlplus userid/pwd << EOF @< script file > exit EOF Regards Manoj Kumar ... From: Anantha...
Manoj Kumar
nedmanoj
Offline Send Email
Nov 7, 2006
5:14 pm
2232
Hello everyone, We are upgrading our Oracle databases from 8i to 9i. The 9i installation guide recommends using Optimal Flexible Architecture (OFA). Has...
Brian Thompson
brithom59
Offline Send Email
Nov 8, 2006
2:56 pm
2233
Hi Everybody, We are encountering some issues with migrating PS App in SQL server to Oracle 10g. We tried to import Data Mover export(sql server) and tried to...
Manoj Kumar
nedmanoj
Offline Send Email
Nov 9, 2006
3:35 am
2234
You are right that Oracle doesn't permit more than one LONG column per table. Otherwise, when you try to create it you get: ORA-01754: a table may contain...
David Kurtz
davidkurtz
Offline Send Email
Nov 9, 2006
4:20 am
2235
Quite frankly, I can't imagine really needing more than one long per table/record, myself, if that many. Heck, even in the apps I see them used in, they...
the dragon
ceprn
Offline Send Email
Nov 9, 2006
2:03 pm
2236
I would highly recommend that you follow the OFA installation guidelines. It makes administration of Oracle databases a lot easier, especially when you have...
william_gioioso@...
wjgioioso
Offline Send Email
Nov 9, 2006
4:43 pm
2237
Thanks very much for ur time.... What we are thinking is the following option.SInce u mentioned we may get runtime error ,thout of posting our way of...
Manoj Kumar
nedmanoj
Offline Send Email
Nov 10, 2006
10:49 am
2238
You cannot use CLOBs in your applicaiton. It is supported and it doesn't work. If you convert LONGs to CLOBs you get runtime errors in the PeopleSoft ...
David Kurtz
davidkurtz
Offline Send Email
Nov 10, 2006
11:26 am
2239
Hello All, I have an Oracle 10g r2 database here and I'm using Windows Active Directory external authentication for a number of users. The usernames have been...
Phillip Eaton
pjeaton
Offline Send Email
Nov 10, 2006
12:47 pm
2240
Hello All, Does anyone has a unique way of of migrating forward MPs/Bundles to other PS databases? I have just finished MP6 updates to HR8.9/PT8.47. MP/Bundles...
Ty A.
crowndbt
Offline Send Email
Nov 10, 2006
5:47 pm
2241
Does it matter? OraSoft will not support your application if you're not using CA as your upgrade tool, according to the GSC. peace, clark 'the dragon' willis ...
the dragon
ceprn
Offline Send Email
Nov 10, 2006
6:00 pm
2242
Could you direct me to the GSC doc that stated that please? Thanks Ty ... _________________________________________________________________ Get FREE company...
Ty A.
crowndbt
Offline Send Email
Nov 10, 2006
6:09 pm
2243
Consider the possibility of using PeopleSoft Long with a limit on the number of characters. I have not tested this with more recent versions, but if you create...
Graham Bowden
grahambowden@...
Send Email
Nov 10, 2006
7:19 pm
2244
The limit is still 2000 characters (because early versions of PT8.4 were certified with Oracle 8i - the limit on VARCHAR2 was increased to 4000 from Oracle...
David Kurtz
davidkurtz
Offline Send Email
Nov 10, 2006
7:42 pm
Messages 2215 - 2244 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