*Before proceeding, please ensure that you have Data Center access: IS Support - DePaul VPN: Remote Access and Data Center Users (service-now.com)
I. Oracle Client Install
1. Copy winx64_12201_client.zip located in this folder: W:\software\Faculty-Staff\Windows\Oracle Client to your local drive (C:)
NOTE: If you are using ODBC *i.e. 32 bit MS Office Apps* to connect to the Data Warehouse, YOU WILL ALSO NEED TO INSTALL THE 32 BIT VERSION --win32_12201_client.zip at W:\software\Faculty-Staff\Windows\Oracle Client\32 bit version. You can check your version by following the steps outlined at About Office: What version of Office am I using? (microsoft.com)
2. Extract the zip folder to your desktop.
3. Right mouse click on the file Oracle Client\winx64_12201_client\client\setup.exe and choose Run as Administrator. When asked “Do you want to allow the follow program to make changes to this computer?” please select "Yes".
4. A command prompt dialog box will appear with the message “Starting the Oracle Universal Installer… Please Wait.” This may take a while. Eventually, the following window should pop up:
Figure A
5. If the window does not appear, look for this icon in your taskbar and click on it.
Installation Options:
6. Select Installation Type: Select Administrator and then click Next.
7. Select Product Languages: English is the default. Select your preference and then click Next.
8. Select Installation Location: The default is c:\app\client\youruserid\product\12.2.0\client_1 and once input, click Next
9. Perform Prerequisite Checks: This will check your system requirements. Eventually, the Finish option should appear. Click Finish.
NOTE: The installation may take a while. Please be patient.
If this is your first Oracle client installation, you may be presented with a Firewall Rule Exception Request asking you to allow the Java platform binary to communicate on Domain, Public, and Private networks. Go ahead and accept this exception.
Once it is complete, you should see a successful client acknowledgment screen.
Save the tnsnames.ora and sqlnet.ora files to your desktop and copy these files over the existing files in the installation location below: C:\app\client\youruserid\product\12.2.0\client_1\network\admin (the file DW Request Attachments.zip contains these files and is attached to your DW access request).
10. Open Oracle SQL Developer to create a new connection for DWPRD0 (or DWDEV0)
Figure B
II. Oracle 19C Password Guidelines and Reset Instructions
|
|
|
|
|
|
|
|
|
Changing Your Password using SQL Developer
Figure C
From SQL Developer, do the following:
Figure D
*Close the SQL Developer program without saving PASSWORD
The syntax for Changing Your Password Manually in 19C Databases:
ALTER USER USERNAME IDENTIFIED BY NEWPASSWORD REPLACE OldPassword#12C;
Invalid Password Reset Attempts – The password contains at least 1 special character.
Figure E
Invalid Password Reset Attempts - The password does not contain the double-quotation character, (!) or (?).:
Figure F
Invalid Password Reset Attempts – Must use correct syntax and use REPLACE:
ALTER USER USERNAME IDENTIFIED BY NEWPASSWORD REPLACE OldPassword#12C;
Figure G
Invalid Password Reset Attempts – The password contains no fewer than 8 characters and includes at least one numeric and one alphabetic character.
Figure H