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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1466 - 1495 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1466
What tool(s) are available for monitoring up/down and possibly performance of these: - Web Server - Apps Server - Database Server - Process Scheduler ... ...
ben
benghahhari
Offline Send Email
Jan 2, 2006
7:43 pm
1467
Hello, Currently my PeopleSoft signon page is displaying error message. I am not understanding the reason for that I could able to connect using the DataMover...
pvnsirimalla
Offline Send Email
Jan 2, 2006
7:45 pm
1468
Has anyone come across this before? This is very intermittent and as far as I can determine only happens in one database. The user clicks on the Save and...
kellykday
Offline Send Email
Jan 3, 2006
6:18 pm
1469
Sounds like the web server is trying to reuse a connection that no longer exists. Did the database get bounced without bouncing the web server. Or perhaps is...
Chuck
chuck_hamilton
Offline Send Email
Jan 3, 2006
7:21 pm
1470
I agree. The overwhelming majority of PT8.4x users use BEA weblogic (in the early days of PT8.1x there was a preference for Apache). I have only been on one...
David Kurtz
davidkurtz
Offline Send Email
Jan 6, 2006
12:08 am
1471
Hi, I am working on Performance and Tuning. Presently my system having MAXTHRADTASKS(3000) and MAXTHREADS(5000) If i increase no. Of tasks like 5000 and...
satya seelam
satyaseelam
Offline Send Email
Jan 9, 2006
8:13 pm
1472
What leads you to suspect that the number of JVM threads has any bearing on performance? Are you getting any related error messages? ... The flippant answer to...
David Kurtz
davidkurtz
Offline Send Email
Jan 9, 2006
8:47 pm
1473
I am checking Stored procedure performance using SQL Server 2005 profiler.....sometimes the number of read and writes and the duration of SP execution has big...
dbnotes dbnotes
dba.notes
Offline Send Email
Jan 10, 2006
10:05 am
1474
Can anyone please tell us why our Process Scheduler view log/trace files are empty for all processes run on one of our instances? What have we not...
benjuneau
Offline Send Email
Jan 10, 2006
1:49 pm
1475
Your report repository isn't defined???? Is the output being created on your server? peace, clark 'the dragon' willis PSA: Salary <> Slavery. If you earn a...
the dragon
ceprn
Offline Send Email
Jan 10, 2006
2:47 pm
1476
If you think JVM has performance bottleneck, I would look at the gc (Garbage Control) interval. If this is set to kick off too frequently, it will hog the...
Madhu Reddy
vmr732
Offline Send Email
Jan 10, 2006
3:31 pm
1477
Hi, We had the same issue and scratched our heads for a while, until we finally discovered that when AppDesigner is used, our logs dont get generated. So make...
rsalido@...
rsalido
Offline Send Email
Jan 10, 2006
11:07 pm
1478
How can a PeopleSoft Schema in one Oracle database environment be used to create another Oracle database environment? What is the best approach and what steps...
Piyush Agarwal
piyushsols
Offline Send Email
Jan 13, 2006
4:22 am
1479
The only constraints PeopleSoft uses in Oracle are unique indexes - all relational constraints are handled in PeopleTools. Therefore, it looks like you may...
Robert Ellis
robert_ellis...
Offline Send Email
Jan 13, 2006
7:18 am
1480
There are no referential integrity constraints in a PeopleSoft database, so you could just export/import the sysadm schema. However, it is probably easier and...
David Kurtz
davidkurtz
Offline Send Email
Jan 13, 2006
7:22 am
1481
. and while import export is ok, it's so much quicker to copy the database files for a new instance and edit the control files to match the new file locations....
Robert Ellis
robert_ellis...
Offline Send Email
Jan 13, 2006
7:23 am
1482
I have used this technique many times myself. I have based my script on Metalink note 18070.1 Don't forget to change the PSDBOWNER.DBNAME to 'new_database'. ...
Brian Thompson
brithom59
Offline Send Email
Jan 13, 2006
9:28 am
1483
Dear All, I am trying to create a demo database in oracle 9i but not able to login into the Application Designer. I have manually created the HCM 8.8 database...
Manoj Negi
negi2u
Offline Send Email
Jan 13, 2006
9:37 am
1484
Quite a lot of potential mistakes here, not sure where to start. You've obviously run at least some of the scripts as SYSTEM or alternatively run the scripts...
Robert Ellis
robert_ellis...
Offline Send Email
Jan 13, 2006
9:56 am
1485
Thanks Robert, Let me rephrase what I did before starting the data mover script. Step-1) I have created a service called HR88DEMO using the oradim utility (I...
Manoj Negi
negi2u
Offline Send Email
Jan 13, 2006
10:25 am
1486
Try starting again but using an appropriate symbolic ID - PS is first a database user created to own one table - PSDBOWNER and second the application...
Robert Ellis
robert_ellis...
Offline Send Email
Jan 13, 2006
10:30 am
1487
Have you granted access to connect id to the three PeopleTools tables by running grant.sql? --...
David Kurtz
davidkurtz
Offline Send Email
Jan 13, 2006
10:43 am
1488
Yes, I have run the grant.sql and also manually run all the three sql to ensure that it does not show give any error. Don't know why it's looking for...
Manoj Negi
negi2u
Offline Send Email
Jan 13, 2006
11:12 am
1489
What's in PS.PSDBOWNER? This is where the database name is mapped to the OWNERID. regards _________________________ David Kurtz Go-Faster Consultancy Ltd. ...
David Kurtz
davidkurtz
Offline Send Email
Jan 13, 2006
11:22 am
1490
Don't do that, this table should be owned by SYSADMA so create it in that schema instead. Can you post the contents of the following tables then you'll get...
Robert Ellis
robert_ellis...
Offline Send Email
Jan 13, 2006
11:26 am
1491
Enter your vote today! A new poll has been created for the psftdba group: What webserver (serverlet container) do you use for PeopleTools 8.4x? (Tick all...
psftdba@yahoogroups.com
Send Email
Jan 13, 2006
11:31 am
1492
One row exist in PSDBOWNER table: HR88DEMO PS David Kurtz <info2@...> wrote: What's in PS.PSDBOWNER? This is where the database name is mapped to...
Manoj Negi
negi2u
Offline Send Email
Jan 13, 2006
11:36 am
1493
This is an excellent place to ask this question (see below). So I have created a Poll on the forum which will run for 2 weeks. I asked the same question back...
David Kurtz
davidkurtz
Offline Send Email
Jan 13, 2006
11:38 am
1494
It should be HR88DEMO SYSADMA Update it and I'll think you'll be able to progress. Robert Ellis PSE Data Security GmbH http://www.psedatasecurity.com...
Robert Ellis
robert_ellis...
Offline Send Email
Jan 13, 2006
11:43 am
1495
Thanks Roberto, Please let me know what's schema and what's PSOFT schema. I read the connect.sql and it say Oracle DBA is required to run this script logged in...
Manoj Negi
negi2u
Offline Send Email
Jan 13, 2006
11:50 am
Messages 1466 - 1495 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