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 3571 - 3600 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3571
Hello David, I have tested your suggestions this weekend on the production server and the problem was indeed a matter of concurrent use of temptables. Thank ...
Willem.Leenen@...
Send Email
Feb 2, 2009
9:20 am
3572
Have you tried moving the temp tables to a tablespace with a larger blocksize? Is so, how much difference did it make? regards _________________________ David...
David Kurtz
davidkurtz
Offline Send Email
Feb 2, 2009
9:28 am
3573
No, I don't want to turn to oracle solutions yet for a problem I consider to be rooted from application design - or a scheduling matter. I'm first looking for...
Willem.Leenen@...
Send Email
Feb 2, 2009
9:46 am
3574
I find that, besides, PS_COMB_EXP_TAO4 the PS_JRNL_IUW2_TAO4 / PS_JRNL_IUW2_TAO5 tables are very busy. Have you been able to implement DROPping the indexes on...
hemant_chitale
Offline Send Email
Feb 2, 2009
9:54 am
3575
Hmm. My understanding that these bugs were fixed in 10.2 I'd even gone to Patch#6844739 which is a consolidated fix for a number of Bugs (see Note#6844739.8...
hemant_chitale
Offline Send Email
Feb 2, 2009
9:59 am
3576
I understand that you are talking about a bugfix for an indexspace leakage, but how does it relate to the concurrency problem David and I described? BTW We're...
Willem.Leenen@...
Send Email
Feb 2, 2009
10:06 am
3577
Hi, I am unable to migrate an HTML objects to another database using the following navigation from application designer: TOOLS > COPY PROJECT > TO DATABASE...
William Varma
varma_27
Offline Send Email
Feb 2, 2009
5:50 pm
3578
No, indexspace leakage is in my other message. Here I am talking of TRUNCATE performance bugs. In 9.2, you certainly should use a seperate block size for your...
hemant_chitale
Offline Send Email
Feb 3, 2009
2:32 pm
3579
Serialisation of Truncates is a consequence of using the RO enqueue to protect local write wait. It is the way Oracle works. It has nothing to do with any...
David Kurtz
davidkurtz
Offline Send Email
Feb 3, 2009
3:10 pm
3580
David, I have heard about RO enqueue to be connected to Oracle bugs. For example, the bug Hemant talks about is about the corruption of the bitmap segment for...
Willem.Leenen@...
Send Email
Feb 3, 2009
3:46 pm
3581
It doesn't become a separate wait event until 10g, but you can see the RO enqueue as the lock mode in v$lock or dba_locks; If you can set event 10704 to trace...
David Kurtz
davidkurtz
Offline Send Email
Feb 3, 2009
4:19 pm
3582
First of all: Thank you David for the excellent paper concerning this matter. Very interesting and helpful. There is little to add to what has already been...
neil tiratto
ntiratto
Offline Send Email
Feb 3, 2009
7:03 pm
3583
What do the various App Server components do when the database is unavailable for long periods? There doesn't seem to be anything comparable to Process...
James Blanding
stoneandkobi
Offline Send Email
Feb 3, 2009
10:08 pm
3584
They will try to connect for about 1/2 hour - after that, you need to drop the app server and bring it back up to connect. I don't know if that is a...
the dragon
ceprn
Offline Send Email
Feb 3, 2009
10:12 pm
3585
As far as I can tell, if the application server is inactive, that is to say that no service requests are made then it does nothing. It won't notice that the...
David Kurtz
davidkurtz
Offline Send Email
Feb 3, 2009
11:07 pm
3586
Hi, On some development environments I am doing cold backups during the night with cron jobs without stopping App Servers and Process Schedulers. I never had...
babaliviu
Offline Send Email
Feb 4, 2009
1:35 pm
3587
Hi William, Have you checked the Upgrade and Done checkboxes for that HTML objects in Application Designer - Upgrade tab? Regards, Liviu...
babaliviu
Offline Send Email
Feb 4, 2009
1:35 pm
3588
Peoplesoft page hanging after submitting the user credentials. This started happening after server crash and recovery. We are having app/db/web/prcs on single...
Prathap Kumar B
prathap_sw_14
Offline Send Email
Feb 5, 2009
12:57 am
3589
Hello *, I noticed of a particular SQL that the TAO table in it did not have it's statistics updated, causing severe performance degradation. How can I get a...
Willem.Leenen@...
Send Email
Feb 5, 2009
11:43 am
3590
Whatever stats you collect on these tables, they will be wrong at run time because the tables will contain different data! Some application engine programs...
David Kurtz
davidkurtz
Offline Send Email
Feb 5, 2009
11:51 am
3591
Yes, I do not want to collect statistics myself on these tables, but I am looking for a way to create a list of AE programs that do not use the %UpdateStats...
Willem.Leenen@...
Send Email
Feb 5, 2009
12:54 pm
3592
SAMSRV and QCKSRV processes: My understanding is that the above two processes are only used by 3- tier clients. 3-tier is accessing application without the web...
William Varma
varma_27
Offline Send Email
Feb 5, 2009
1:50 pm
3593
PSSAMSRV is only used in 3-tier. However, I would not recommend getting rid of it completely. That would require customisation of the App Server ...
David Kurtz
davidkurtz
Offline Send Email
Feb 5, 2009
2:19 pm
3594
What about your developers; do they use Application Designer using the web? Do you migrate code between environments using the web? What about any monitoring...
the dragon
ceprn
Offline Send Email
Feb 5, 2009
2:37 pm
3595
You can only migrate AD projects between environments in two-tier mode. 2009/2/5 the dragon <ceprn@...> ... -- regards _________________________ David...
David Kurtz
davidkurtz
Offline Send Email
Feb 5, 2009
3:10 pm
3596
oops, you're correct. I blame early morning non-caffienated drinks. peace, clark 'the dragon' willis PSA: Salary <> Slavery. If you earn a salary, your...
the dragon
ceprn
Offline Send Email
Feb 5, 2009
3:36 pm
3597
Thanks for the update, David ________________________________ From: David Kurtz <david.kurtz@...> To: psftdba@yahoogroups.com Sent: Thursday,...
puneet varma
varma_27
Offline Send Email
Feb 5, 2009
6:43 pm
3598
PeopleSoft Conference 2009 presented by UKOUG & GPUG 19th - 20th May, Hotel Sofitel London Heathrow Deadlines are tight - submit your abstracts now at...
David Kurtz
davidkurtz
Offline Send Email
Feb 5, 2009
7:19 pm
3599
I tried turning off QCKSRV, but it broke some nVision reports that were being run 3-tier, so I leave one QCKSRV process running. In the scheme of things, it...
Bob Joye
rmjoye
Offline Send Email
Feb 6, 2009
6:08 pm
3600
When you reconfigure the domain without PSQCKSRV the services are moved to PSAPPSRV. Removing PSSAMSRV will definitely break nVision in 3-tier. Exactly which...
David Kurtz
davidkurtz
Offline Send Email
Feb 6, 2009
6:15 pm
Messages 3571 - 3600 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