The page that shows what processes just ran.
What is Process Monitor?
The name of the database engine we use.
What is Oracle?
I need to get the current date from Oracle.
What is SYSDATE?
Name of tool that can edit PeopleTools objects (e.g. Page, Record, Field)
What is Application Designer?
Field that identifies an operator.
What is the OPRID field?
The thing that makes a process repeat.
What is a recurrence?
PSUNX and PSNT are names of ____________________
What is a process scheduler?
A single row single field table every Oracle database has.
What is DUAL?
Name of tool that can import and export data from PeopleSoft records.
What is Data Mover?
Object that assigns permissions.
What is a Permission List?
The thing that allows multiple processes to run as a sequence of steps.
What is a job?
The term PIA means.
What is PeopleSoft Internet Architecture?
(PeopleSoft Pure Internet Architecture)
SELECT NEXT_DAY(SYSDATE,'Monday') FROM DUAL
What is next Monday's date?
Enables exposure of a PeopleSoft Component to an external application.
What is a Component Interface?
Operators can be grouped together using a ______.
What is a Role?
The unique number that identifies each process.
What is a process instance?
The operating system used by the web server.
What is UNIX/AIX?
Select clause to filter groups.
What is the HAVING clause?
Language used to code PeopleSoft objects.
What is PeopleCode?
Roles are assigned in a user’s ________.
What is a User Profile?
The name of the mechanism used for runtime parameters for a process.
What is a run control?
The name of the search engine we use.
What is Elasticsearch?
SELECT COALESCE(NULL,’Oracle’,’Certified’) FROM DUAL
What is Oracle?
Container object used to move objects between regions.
What is a Project?
Access to records in PS Query are controlled through _________.
What is a Query Tree?