PeopleSoft Tutorial - Part 76
3

PT8.53: How To Install Application Designer from PeopleSoft Virtual Appliance

After finishing installation of PT8.53 application using Oracle Virtual Box, next thing you would definitely want to do is to configure Application Designer. PeopleSoft Image that you installed also comes with setup files to help you install App Designer very easily. Before you start with installation and configuration of PeopleSoft Application Designer, make sure that […]

Continue reading
3

PeopleTools 8.53 : How To Install Oracle Client from PeopleSoft Image

PeopleSoft Images are a great way to get started with PeopleSoft within couple of hours. PeopleSoft application installed in Oracle Virtual Box VM, may be accessed from the Windows Client machine where developers/DBA might want to use Oracle Client, App Designer, Data Mover for variety of purposes. For PeopleTools Clients like App Designer, Datamover to […]

Continue reading

Enabling Automated SQL Tuning in Oracle 11g

You need to identify if Automatic SQL Tuning job is enabled and regularly running. Use the following query to determine if any Automatic SQL Tuning jobs are enabled: SELECT client_name, status, consumer_group, window_group FROM dba_autotask_client ORDER BY client_name; If the Automatic SQL Tuning job is enabled, you will see something like this:       […]

Continue reading

Automated SQL Tuning in Oracle 11g

Oracle Database 11g made it easier for the less experienced to have a shot at SQL tuning, which was earlier considered to be a bastion for veteran SQL tuners. A typical Oracle SQL tuning process had the following steps: Identification of high-resource SQL statements and bottlenecks Generating and interpreting execution plans Extracting data from the […]

Continue reading
1 74 75 76 77 78 97
>