Materialized view Notes
Creating auto refresh view
Create no refresh view
-
DROP MATERIALIZED VIEW APPS.XXGC_AUDIT_PERSON_MV;
-
CREATE MATERIALIZED VIEW APPS.XXGC_AUDIT_PERSON_MV
Locked APPS UserPrimary tabs
This shows how to deal with a locked APPS user (or other user) in oracle.
Make sure the database is started.
Using sqlplus log in as SYSDBA user. (There should be no password.)
run
Oracle Enterprise Linux - Oracle HRMS install notes
Install notes how I installed Oracle Enterprise Linux and Oracle HRMS machine.
Download Enterprise Linux 5 CD's (there are 5)
Install Oracle Enterprise Linux
When I installed without testing at least one CD the install hung.
Network Setup
Once I have installed Oracle Enterprise Linux 5 I set up the network. My machine is behind a consumer grade ADSL router with dynamic DNS.
I decided on a hostname for the machine as follows:
Hostname: oracle
Domain: robs_flat.com
Deploying new OA Framework Page
Upload dir structure to $JAVA_TOP
Make file dir executable
On the target do the following (Replace XXGC with your company identifier)
Retrive Person Type (Mutilple)
-
select
-
papf.effective_start_date,
Web Eye Project
Initial Experimental Setup
I will have a laptop computer running Ubuntu Server Linux. I want to connect it to a Motor Controller via USB (or Serial). I want the Motor controller to control two motors. The idea is that the motor will drive wheels connected to the laptop to drive it on a carpet. Steering is achieved by one motor going backwards while the other goes forwards. The motor needs to be powerful to do this.
Note: I will be writing a C++ program to send the serial commands to the Motor Controller.
Samba on Oracle Enterprise Linux
Mount command
-
mount.cifs "//192.168.123.160/public" /mnt/x -o user=Robert Metcalf
Create the directory to mount to
Date Track Modes
UPDATE -------------> Keep history of existing information
CORRECTION -------------> Correct existing information
UPDATE_OVERRIDE -------------> Replace all scheduled changes
UPDATE_CHANGE_INSERT -------------> Insert this change before next scheduled change.
Source: http://www.oracleappsblog.com/index.php/forum/viewthread/1064/#1770