Tagged Questions
5
votes
10answers
630 views
How can I speed up queries against huge data warehouse tables with effective-dated data?
So I am querying some extremely large tables. The reason they are so large is because PeopleSoft inserts new records every time a change is made to some data, rather than updating existing records. ...
1
vote
1answer
1k views
Setting global_names parameter
Greetings,
My company uses Peoplesoft for its financials and HR. Our implementation is on Oracle databases. Setting global_names = TRUE forces you to name your database link the same as the target. ...
0
votes
2answers
96 views
ORA-00907 Error when using Analytic Function in a Query (PS/Query, Peopletools 8.51.12)
Query's throwing an ORA-00907 Error when I try to paste a list of values into a criteria.
Background: I'm not a developer, I'm just an end user that's studied enough to where I can write queries ...
0
votes
1answer
39 views
Applications that Integrate with Oracle's PeopleSoft Enterprise Human Capital Management
I work with an engineering team that's built an enterprise-class web application. Currently, the application allows direct importing of business employees/users by uploading .csv files - but we're ...
0
votes
0answers
28 views
Changing machine hub name after People Tools installation
I have installed People Tools and during installation I gave wrong name of machine. Later on I have also created global database. But I am sure this will cause me in problem.
How can I change machine ...
0
votes
3answers
515 views
Working with effective dated records
How to fetch an Employees, say 5 latest Action_reason rows which are in an effective dated record, no future rows, should select only current and history rows(effective date <= sysdate). Can I ...
-1
votes
3answers
644 views
Peoplecode, SQLEXEC not retrieving correct data
<-------PeopleCode------>
Hi,
I have a SQL query that i have tried executing using both SQLEXEC and SQL.fetch() but the problem is, when I am passing the values to parameters (:1,:2...) it does ...