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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 732 - 761 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
732
You can try some thing like this: DELETE FROM PS_MESSAGE_LOGPARM WHERE process_instance < (SELECT MAX(prcsinstance) FROM psprcsrqst WHERE enddttm < SYSDATE -...
Srihari pingali
sripingali
Offline Send Email
Oct 1, 2004
9:15 pm
733
Hi Chow, Thanks a lot for your prompt reply. Sorry for missing out those additional details. Well, the instance name is FSNTRN - less than 8 chars, so doesnt...
Maharajan Muthuswamy
m_maharajan
Offline Send Email
Oct 1, 2004
9:15 pm
734
Make sure cookies are enabled in your browser - although I believe you get a different error message if cookies are disabled. Did you give an authentication...
Wolfgang Breitling
wolfgang_bre...
Offline Send Email
Oct 1, 2004
9:15 pm
735
Some issues with this... - Anything done to PS_MESSAGE_LOGPARM should probably also be done to PS_MESSAGE_LOG. These tables should be in sync, or close. -...
James Blanding
stoneandkobi
Offline Send Email
Oct 4, 2004
9:46 pm
736
<Initial post snip> ... </Initial post snip> <Reply snip> ... webserver? Strange ... webserver domain ... </Reply snip> Apparently that's what fixed the...
Maharajan Muthuswamy
m_maharajan
Offline Send Email
Oct 6, 2004
5:25 am
737
Not sure what the column DTTM_STAMP_SEC represents in the ps_message_log table I will take it to be a date stamp and eliminate all old entries from the ...
michael.ngong@...
Send Email
Oct 6, 2004
3:22 pm
738
I agree with you on PS_MESSAGE_LOG part. The MAX(prcsinstance) will only identify the maximum process_instance number 31 days back, so one can delete all the...
Srihari pingali
sripingali
Offline Send Email
Oct 11, 2004
4:20 pm
739
Hi, "Receiving ORA-00439 Feature not enabled: Online Index Build" Does anybody know how I can enable this feature in 8.1.7.2.1 Standard Edtion, without having...
Andrew Baird
bairdclan
Offline Send Email
Oct 12, 2004
1:35 pm
740
Andy I'm afraid you are stuck. Online Index stuff is only in the Enterprise Edition and there is no (post-installation/paying for the correct Oracle ...
Gerry Leith
gerryleith
Offline Send Email
Oct 12, 2004
4:59 pm
741
... OK, I see what you're doing now. I misunderstood the first time I read it. Sorry about that. :) ... Yeah, I guess it comes down to personal preference....
James Blanding
stoneandkobi
Offline Send Email
Oct 12, 2004
4:59 pm
742
"Bitmap indexes are available only if you have purchased/Installed the Oracle8i Enterprise Edition." I think / believe you can not mix & match Standard edition...
Srihari pingali
sripingali
Offline Send Email
Oct 12, 2004
4:59 pm
743
Online index rebuild is an enterprise edition only feature. You need to deinstall the existing Oracle software, or install Enterprise in a separate home &...
Goulet, Dick
dgoulet@...
Send Email
Oct 12, 2004
4:59 pm
744
Thanks for the input. Just what I expected. I suppose I was hoping that I could make things easier on myself. Cheers Andy ... From: Goulet, Dick...
Baird, Andrew (ICT) (...
bairdclan
Offline Send Email
Oct 13, 2004
7:16 pm
745
It may interest every body to know what are the differences between SE and EE. He is the Oracle Product family paper which explain that (cover 10g and in fact...
laurent Delisle
laurentdelisle
Offline Send Email
Oct 13, 2004
7:17 pm
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
Messages 732 - 761 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