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 558 - 587 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
558
Hi there, I have seen this on almost every Unix server I have ever run PSoft on. For some reason, bringing the servers down, even cleanly, creates a core...
the dragon
ceprn
Offline Send Email
Jun 1, 2004
3:47 pm
559
David, What interval and length of run would work best for you? Also, what info would you like for the specifications of DB and App server? Henry ... Technical...
Henry Poras
hporas
Offline Send Email
Jun 1, 2004
9:05 pm
560
I am looking for enough data to show that the Ping has stabilised. So about 30-60 pings on a 1 minute cycle. I am interested in CPU specification on the App...
David Kurtz
info@...
Send Email
Jun 1, 2004
10:15 pm
561
A company by the name of e-dba (www.e-dba.com), has a monitoring suite. They are really an Oracle database monitoring and support company, but they have a...
Anton de Weger
antondeweger
Offline Send Email
Jun 3, 2004
9:04 pm
562
Info for the group: Peoplesoft have backported the PSPing to Tools 8.1 (we're on 8.20 and it seems to work fine). David, this may be abit late for tomorrow (in...
Shaun
shaun3823
Offline Send Email
Jun 3, 2004
9:05 pm
563
Clark, As with 99% of the applications out in the field poor SQL is 100% of the problem. The bad part is that you don't know where the problem will be worst...
Goulet, Dick
dgoulet@...
Send Email
Jun 3, 2004
9:54 pm
564
I believe its crusial to know what your companyplans are for the year and what users are doing to the application to make these plans come true (like plans for...
(E.van Gennep) ADI-B&...
evgennep
Offline Send Email
Jun 7, 2004
12:46 pm
565
So who writes this code anyway? I'm having a fun problem with NVision, though it's probably not endimic to NVision. When we are running a ReportBook (or report...
Henry Poras
hporas
Offline Send Email
Jun 7, 2004
8:22 pm
566
Hi, I am getting Error when i am executing dump through suinstall. i am getting the following error. Loading Single User .... 'OSQL' is not recognized as an...
Jag
jschakrvarthy
Offline Send Email
Jun 9, 2004
1:50 pm
567
I'm not sure why we've never run across this. Maybe there's just enough lag time between the nVision process' select/insert/commit and the Distribution...
James Blanding
stoneandkobi
Offline Send Email
Jun 9, 2004
10:29 pm
568
I am running HR 8.8 & Tools 8.43. I am changing the passwords for the Oracle ID's in production to be different than those in development & test. After I...
joness59
Offline Send Email
Jun 10, 2004
9:46 pm
569
James, How is stuff going? Change buildings yet? The statuses (stati?) we are getting are either "Success" or "No Success", but I haven't yet confirmed how...
Henry Poras
hporas
Offline Send Email
Jun 10, 2004
9:46 pm
570
Hi, I have a customer that just went live on Financials 8.4 sp1 with tools 8.43.10 All delivered crystal runs fine. Any custom or modified crystals run fine...
kellykday
Online Now Send Email
Jun 10, 2004
9:49 pm
571
... Maybe these instructions that I found on Customer Connection (below) can help. I use method 1. Cheers, Phillip Eaton Business Applications Administration...
Phillip Eaton
pjeaton
Offline Send Email
Jun 11, 2004
9:48 am
572
One only changes the PeopleSoft owner's password via PeopleTools. Recommendation, change it back to what it was originally & then use PeopleTools to change it...
Goulet, Dick
dgoulet@...
Send Email
Jun 11, 2004
9:49 am
573
Hi, Before doing this u just take abackup of PSACCESSPRFL table and then start these steps. To change the access password, u need to do the following steps: 1)...
Valathappan Sivaraman
valathappan
Offline Send Email
Jun 11, 2004
9:59 am
574
I also recomment to always change passwords with the PeopleTools of your PeopleSoft database but that's not the question... You can (in PeopleSoft 7.6) see...
evgennep
Offline Send Email
Jun 11, 2004
10:15 am
575
Hi, We are currently encountering the same problem periodically. We have not been able to get help from peoplesoft as well. Their support is a joke anyways. We...
R P
pjksel
Offline Send Email
Jun 11, 2004
3:30 pm
576
As far as I recall the -noclassgc is a java JVM parameter. Garbage collection algorithms and approaches have been much improved in recent JVMs, so you really...
j_o__j_o@...
j_o__j_o
Offline Send Email
Jun 12, 2004
10:51 am
577
I have used the Method#3 without any issues. I didn't have to do anything at the database level as we are using PT 8.44 -Chenna ... the ... development & ... ...
nvck
Offline Send Email
Jun 12, 2004
10:51 am
578
Hi! I've just downloaded Crystal Reports 8.5 Hotfix no. HF85_20040402 (from ftp://ftp.peoplesoft.com/outgoing/ptools/Crystal/Crystal8.5/HF85_20040402.ZI P) for...
Jakub Markiewicz
jakub.markiewicz@...
Send Email
Jun 14, 2004
10:54 am
579
Do not waste your time. You cannot do much. I am running Web Sphere and Web Logic on AIX j_o__j_o@... wrote:As far as I recall the -noclassgc is a java...
Sasa Andjelkovic
sasaandjel
Offline Send Email
Jun 15, 2004
4:03 pm
580
We are running Oracle 817 with the optimizer mode set to choose. I am trying to get accurate statistics for the temp tables that Peoplesoft uses for various...
pjksel
Offline Send Email
Jun 16, 2004
2:35 pm
581
Its really tough to get statistics on those tables. As you said they will be wiped out as soon as the process completes. But most of the processes have...
Satish KARRY
satishkarry
Online Now Send Email
Jun 16, 2004
2:52 pm
582
If you know the size of the table you can always tell Oracle the statistics in advance using dbms_stats.set_table_stats Henry ... am ... Peoplesoft ... deletes...
Henry Poras
hporas
Offline Send Email
Jun 16, 2004
3:11 pm
583
For 817, I think we need to put 'analyze' command inside program and right before join. If it is in Oracle 9i, it will be easier since we can use dynamic ...
Zeng, Lei
gneziel
Offline Send Email
Jun 16, 2004
3:13 pm
584
It is always possible to set the statistics for these temp tables independently. As correctly noted, a compute stats will only record zero rows for temp...
Gerry Leith
gerryleith
Offline Send Email
Jun 16, 2004
3:13 pm
585
I see that this topic has touched a nerve - there were 4 new messages just while I was writting this. For clarity, we are talking about permanent database...
David Kurtz
info@...
Send Email
Jun 16, 2004
3:24 pm
586
We had exactly the same problem with Oracle817 / PeopleSoft 7.53. We came up with two possible ways of tackling it. 1. Capture the statistics for the temporary...
Brian Thompson
brithom59
Offline Send Email
Jun 16, 2004
3:24 pm
587
I appreciate all the quick responses. This is a great group. I had a few more questions regarding this topic. If peoplesoft is generating the statistics...
R P
pjksel
Offline Send Email
Jun 16, 2004
4:21 pm
Messages 558 - 587 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