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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 746 - 775 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
746
Hi, I'm a DBA getting exposed to the PeopleSoft side. My manager has asked me to research what tables should be kept in sycn if we were to purge old records...
Ed.Maynard@...
Send Email
Nov 3, 2004
7:59 pm
747
Hi The list of tables is in prcsclr.dms Regards Sean Roderick...
sroderick1@...
sean_roderick
Offline Send Email
Nov 4, 2004
10:12 am
748
... It may depend on your version of PeopleTools. On 8.41, there is a good range of Process Scheduler options you can set to purge the PSPRCSRQST regularly. ...
Phillip Eaton
pjeaton
Offline Send Email
Nov 4, 2004
10:48 am
749
Can some give me idea about refreshing of Peoplesoft Database instance or what step involve for database refreshing specially for oracle database. Thx in...
erpscripts
Offline Send Email
Nov 4, 2004
10:48 am
750
an other solution : prcspurg.sqr you can run it like an other batch Jaouad ... De : ...
Jaouad ZOUAGHI
j_zouaghi
Offline Send Email
Nov 4, 2004
12:30 pm
751
Two cases I know of in Unix/Oracle a)Systems with the same layout/configuration backup and restore b)Systems with different physical layouts/configuration...
michael.ngong@...
Send Email
Nov 4, 2004
7:10 pm
752
... Hi, Forgive my ignorance. What is this file and where can I find it?...
eddba2003
Offline Send Email
Nov 4, 2004
7:10 pm
753
Hi prcsclr.dms is in the scripts directory in your Peopletools environment , eg. c:/PT8.nn/scripts It's a DMS file which can be run in Data Mover. You could...
sroderick1@...
sean_roderick
Offline Send Email
Nov 4, 2004
11:29 pm
754
Hello, I'm running the following sql-statement on a Oracle 9i database, GBL is a database link pointing to an oracle 8i database. INSERT INTO Table8@......
Stephan Fügner
sfuegner_db
Offline Send Email
Nov 5, 2004
8:33 am
755
Hi I would like to know oracle database or Peoplesoft Database..... in oracle database ,you can rebuild the table and index then compile the views and trigger....
mahesh s
mahesh_bhin
Offline Send Email
Nov 5, 2004
9:18 am
756
Hi Stephan, You will probably find that the field OPRID in the table PSOPRDEFN cannot be NULL (see below). That means you will have to supply data for each row...
Baird, Andrew (ICT) (...
bairdclan
Offline Send Email
Nov 5, 2004
9:18 am
757
Hi Andrew, many thanks for the fast answer. That was my first idea, too. To make sure I provide data for each row, I only use rows where a.oprid is not null ...
Stephan Fuegner
sfuegner_db
Offline Send Email
Nov 5, 2004
9:22 am
758
Hi Stephan, This is correct. The NVL() function replaces all occurances of oprid with 'something', where the oprid is null. Basically the function replace the ...
Baird, Andrew (ICT) (...
bairdclan
Offline Send Email
Nov 5, 2004
10:00 am
759
Hi Andy, sure - however a.oprid is not null according to the where condition. My question is just why is oprid NOT NULL in the where condition but NULL in the...
Stephan Fuegner
sfuegner_db
Offline Send Email
Nov 5, 2004
10:00 am
760
I can't reproduce this on 8.1.7.4 and 9.2.0.5 on Windows in either direction. It can't be a null being selected from the table because of the IS NOT NULL ...
David Kurtz
davidkurtz
Offline Send Email
Nov 5, 2004
12:54 pm
761
I have also tried and I canot reproduce this either. I have looked at metalink and the only thing I could find that matched this problem is using Bulk inserts....
Baird, Andrew (ICT) (...
bairdclan
Offline Send Email
Nov 5, 2004
1:05 pm
762
Hi Stephan, Try looking at this article and set a trace on before you run the sql. This might let you see what is being passed through the link........ PURPOSE...
Baird, Andrew (ICT) (...
bairdclan
Offline Send Email
Nov 5, 2004
1:25 pm
763
Is the not null constraint on the table "differed"? If the constraint was applied after an initial data load and deferred there is the possibility that you...
Goulet, Dick
dgoulet@...
Send Email
Nov 5, 2004
3:15 pm
764
I've had a similar issue in SQL-Server. It wouldn't detect that the field was null, so instead, I used the length of the field to restrict the WHERE clause. ...
wreekie@...
wreekie
Offline Send Email
Nov 5, 2004
5:47 pm
765
What happens if you run the insert into a table without the null constraint. How many rows have NULL operator IDs? regards _________________________ David...
David Kurtz
davidkurtz
Offline Send Email
Nov 5, 2004
6:17 pm
766
This is a corker! It reminds me of that email "101 things you hope your DBA doesn't say" - e.g.: "Hmmm that's interesting" "It shouldn't do that" Another...
Graham Bowden
grahambowden@...
Send Email
Nov 6, 2004
10:38 am
767
Hi All, I'm giving this package a go on free trial on our Solaris 8 server. It's asking me for the "Port number the Administration Server is listening on", the...
Phillip Eaton
pjeaton
Offline Send Email
Nov 10, 2004
1:27 pm
768
Hi, This is my first post, just joined. :-) I noticed your error text: ORA-01400: cannot insert NULL into ("SYSADM"."Table8"."USER_OPRID") Does this table...
mhthomas
Offline Send Email
Nov 21, 2004
6:37 pm
769
Hello All For Oracle DBAs in Europe (and especially the Netherlands) on this list, I'd like to tell you about a rare oppotunity: Tom Kyte is one of the most...
David Kurtz
info@...
Send Email
Nov 26, 2004
5:13 pm
770
I wonder if you have an OPRID value of a space ' ' and the space is trimmed. Try this: insert into table@dblinkd (..) select ..... from PSOPRDEFN where OPRID...
andyv_psdba
Offline Send Email
Dec 2, 2004
6:00 pm
771
Hello All, We are currently running our database, app server and web server (Oracle 8.1.7.2, Tuxedo, WebLogic) system on a Sun V880 server on Solaris 9 with ...
Phillip Eaton
pjeaton
Offline Send Email
Dec 3, 2004
11:35 am
772
PeopleSoft doesn't (or at least shouldn't) care what kind of storage system you use as long as you are running a supported Operating System and Architecture....
James Blanding
stoneandkobi
Offline Send Email
Dec 3, 2004
5:04 pm
773
Based on David's excellent book I understand there is a more robust performance monitor for version 8.44 and later. Does anyone have any experience with...
Richard Larrabee
rlarrabe
Offline Send Email
Dec 7, 2004
8:08 am
774
Hello All This is slightly off topic, but here goes. I am trying to configure a PT8.45.10 process scheduler to post to the report reposity via HTTP (no...
David Kurtz
davidkurtz
Offline Send Email
Dec 7, 2004
1:58 pm
775
Hi David, We run posting via HTTP/HTTPS here at Cambridge Uni. We noticed that the error messages are not very informative, but only a few problems seem to...
Shaun
shaun3823
Offline Send Email
Dec 7, 2004
3:05 pm
Messages 746 - 775 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