hot questions tagged peoplesoft+oracle - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T00:06:50Z http://stackoverflow.com/feeds/tag?tagnames=peoplesoft%2boracle&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/607227/working-with-effective-dated-records 0 Working with effective dated records Bobby 2009-03-03T16:56:20Z 2009-03-05T16:30:19Z <p>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 &lt;= sysdate). Can I fetch these in single row or will it be 5 rows for an Employee?</p> <pre><code>select emplid, effdt, action_reasons -- we have to build a logic here. -- Should we initialize 5 ACT variables to fetch rows into it? -- Please help from JOB where emplid = '12345' and effdt &lt;= sysdate. </code></pre> http://stackoverflow.com/questions/315919/setting-globalnames-parameter 1 Setting global_names parameter. unknown (yahoo) 2008-11-24T23:54:00Z 2008-11-25T13:55:29Z <p>Greetings,</p> <p>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. My question is does anyone know the ramification of setting global_names to false in the init.ora parameter file? </p> <p>More specifically, I want one of our environments (global_names = true) to have a database link called PRODLINK and it will point to a production HR database. Another environment (where global_names = false) will also have a link called PRODLINK but it will point to a non-production database. To further complicate it, one database environment is at Oracle 9.2 while the other is at Oracle 10.2</p> <p>I have searched for an answer for this but can't find one. Thanks in advance for your any help/advice you can offer up.</p> <p>J.C.</p>