Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

psftdba · PeopleSoft DBA Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1460
  • Category: PeopleSoft
  • Founded: Nov 3, 2002
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 843 - 872 of 4952   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
843 Ross Mohan
rmohanx@... Send Email
Feb 9, 2005
4:59 pm
Philip, This no longer applies...after version 7, if i recall correctly. Still, a la Jonathan Lewis et al. a bit of testing wouldn't hurt but the FROM...
844 psftdba@yahoogroups.com Send Email Feb 10, 2005
8:41 am
Reminder from the Calendar of psftdba http://groups.yahoo.com/group/psftdba/cal OakTable Seminar: AskTom Live with Tom Kyte! Thursday February 10, 2005 9:00 am...
845 Shaun
shaun3823 Send Email
Feb 11, 2005
4:38 pm
OK guys, Since version 7 Oracle RDBMS's can be run in two modes: (init.ora setting) OPTIMIZER=RULE or COST (or CHOOSE for both) in RULE based; tuning is...
846 Goulet, Dick
dgoulet@... Send Email
Feb 11, 2005
10:14 pm
Shaun, Minor correction, if your running PeopleTools 8+ they recommend CBO, but if your running anything earlier they recommend rbo, irrespective of the...
847 David Kurtz
davidkurtz Send Email
Feb 11, 2005
10:38 pm
It is worth pointing out that the Rule Based Optimiser is deprecated in Oracle 9i and although still present in Oracle 10g (which BTW is not yet certified by...
848 David Kurtz
davidkurtz Send Email
Feb 11, 2005
10:50 pm
It is true that if you use RAID 5 you will need fewer disk devices to produce a filesystem of the same size that RAID 10. However, the problem with RAID 5 is...
849 John Hayes
ikingus Send Email
Feb 12, 2005
10:13 pm
Thank you very much, David. I highly appreciate your emails. :) - John ... === message truncated === __________________________________ Do you Yahoo!? Read...
850 laurent Delisle
laurentdelisle Send Email
Feb 14, 2005
2:43 pm
With FSCM 8 SP2 ,PS Tools 8.x ,Oracle 8i ,we use OPTIMIZER_MODE=FIRST_ROWS for the all OLTP sessions and OPTIMIZER_MODE=ALL_ROWS + hints on some setps inside...
851 joness59 Send Email Feb 15, 2005
3:09 am
I need to create individual user names for several developers so that backend changes can be audited by individuals instead of using the SYSADM id. I want to...
852 rogbak_er Send Email Feb 16, 2005
1:27 am
We are in the process of doing test runs to upgrade our Finance from 7.5 (7.62 tools) to 8.8 (8.44.10 tools). The 8.8 databases seem very slow at times. I am...
853 Wolfgang Breitling
wolfgang_bre... Send Email
Feb 16, 2005
1:27 am
I have done just that, except instead of using synonyms I create a logon trigger for each developer id which does an alter session set current_schema=sysadm. ...
854 Goulet, Dick
dgoulet@... Send Email
Feb 16, 2005
4:24 am
You can create the synonyms as public without a security problem. It all depends on who has select priviledges on those tables. ... From: joness59...
855 Bharat Sharma, PSFT
sharmacentral Send Email
Feb 16, 2005
1:32 pm
If the current session is altered.. who will get audited - the developers ID or SYSADM? Bharat Sharma. IJIT Inc. ... From: Wolfgang Breitling...
856 R P
pjksel Send Email
Feb 16, 2005
5:10 pm
Hi, I have heard that creating synonyms can cause a peformance degradation in certain versions of Oracle. Not sure if that still applies, but it may be worth...
857 ricky_parham@...
wreekie Send Email
Feb 16, 2005
10:53 pm
I like the idea of this trigger. Do you mind sharing your code for creating the trigger. Thanks, - Ricky ... logon ... and I ... that ... have to ... create ...
858 ikingus Send Email Feb 16, 2005
10:53 pm
Hi. Does anyone have a suggestion to get by PER099 AppEngine process quickly? This process is taking too long (29 hours so far) and I need to find a way to...
859 joness59 Send Email Feb 16, 2005
10:53 pm
I tried the following and it doesn't seem to work: I have a role called PSADMIN which has been granted 'grant any role' priv. I have schema owner SYSADM which...
860 Wolfgang Breitling
wolfgang_bre... Send Email
Feb 17, 2005
3:40 am
At 04:14 PM 16/02/2005, you wrote: Couldn't be simpler: create or replace trigger logon_trg after logon on schema begin execute immediate 'alter session set...
861 Paul Reji
prphilip Send Email
Feb 18, 2005
1:19 am
All I am an oracle dba, recently assigned to a peoplesoft migration. I got a backup file and i am to make this application up and running on a test box in a...
862 Laurent LCU. CORNILLEAU
manaiti2000 Send Email
Feb 18, 2005
1:00 pm
Hi Paul, What version of peopletools do you use ? You have not only to set up the webserver but the application server as well (Tuxedo). Regards, Laurent ... ...
863 Paul Reji
prphilip Send Email
Feb 18, 2005
8:14 pm
Thank you for your help here are the information we run 8.0 HRMS Engine w/8.1.4 PeopleTools. Oracle version 8.1.6 the directories created are app/Weblinst ...
864 Paul Reji
prphilip Send Email
Feb 18, 2005
8:14 pm
Thanks for replying here is more info the following directories were created app/Weblinst app/aux109 app/psoft app/psreports app/sqr614 app/sqrinst app/tuxedo ...
865 jimbohva Send Email Feb 19, 2005
6:28 am
Hi, Getting a lot of warnings in my event viewer. Forced shutdown of client; user name 'PS'; client name 'JavaClient&#39; and many other user names. This is on...
866 Laurent LCU. CORNILLEAU
manaiti2000 Send Email
Feb 21, 2005
11:58 am
Hi Jim, Don't worry about that, these messages are quite normal. Since application server's timeout runs, client session expires by "forced shutdown". Laurent ...
867 Ruth Bittinger
ruth.bittinger@... Send Email
Feb 22, 2005
5:05 am
Hi, I've created a trigger on psprcsrqst in an HR8 database (running on Oracle 8.1.7.4) using the script on p. 270 of David Kurtz' book PeopleSoft for the...
868 David Kurtz
davidkurtz Send Email
Feb 22, 2005
6:06 am
There is probably an error being raised in the trigger. However, the exception prevents the trigger from causing the update to fail, otherwise it could in...
869 Ruth Bittinger
ruth.bittinger@... Send Email
Feb 22, 2005
4:22 pm
Sorry, I should have included this in the first post: create or replace trigger sysadm.set_trace_psppyrun before update of runstatus on sysadm.psprcsrqst for...
870 sriniraghuraman Send Email Feb 23, 2005
10:02 pm
This is Related to Sendmail Question. If i have 12 email id (xxxx@...) in the &mail_to list and use sendmail(...),it sends good, but 12 email id will show ...
871 Ruth Bittinger
ruthbittinger Send Email
Feb 28, 2005
3:32 pm
Thank you very much! The trigger was raising an error, and it was "ORA-01031: insufficient privileges". The comment in the header of the create trigger...
872 Wolfgang Breitling
wolfgang_bre... Send Email
Feb 28, 2005
3:33 pm
For everybody's information. I have been communicating with Ruth directly and it turned out to be that the alter session privilege needed to be granted to...
Messages 843 - 872 of 4952   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help