Database Information
- Banner Product Versions, Database Clone Dates and Freeze Periods
- HR
- Downloads
Product Versions (now updated daily)
Clone Dates from PROD
Target | Last Clone | Last Clone Purpose | Next Clone | Next Clone Purpose |
---|---|---|---|---|
TEST | 6-JUN-2022 | Banner 2022 Q1 | 19-SEP-2022 | Banner 2022 Q2 Upgrade |
DEVL | 2-MAR-2022 | Banner 2021 Q4 | 13-JUL-2022 | Deploy Banner 2022 Q1 |
FAID | 8-MAR-2022 | Banner 2021 Q4 | 19-JUL-2022 | Deploy Banner 2022 Q1 |
UPGD | 19-APR-2021 | Migrate to Exadata | 1-AUG-2022 | Banner 2022 Q2 Upgrade |
PPRD | 1-MAR-2022 | Banner 2021 Q4 | 1-AUG-2022 | Deploy Banner 2022 Q1 |
Banner Change Freeze Periods
- Summer 2022
- 22-27 June (Census – Banner only)
- 1-12 Aug (Finals/Grades – Banner only)
- Fall 2022
- 18-29 Aug (Start of Term)
- 7-12 Sep (Census – Banner only)
- 12-23 Dec (Finals/Grades)
- IT Division – Standard Schedule
- Start of Term
- Starts Thursday, before the start of classes
- Ends Friday after the start of classes
- Finals/Grades
- Starts Monday of finals week
- Ends Friday after grades submitted
- Start of Term
- Student/Banner and ODS Banner
- Start of Term
- Starts Thursday, before the start of classes
- Ends Monday, after the start of classes (differs from division freeze period)
- Census
- Starts on Census date
- Ends Monday following Census date
- Finals/Grades
- Same as IT Division
- For Fall semester, depends on CSU closure dates (sometimes Friday is Christmas)
- Same as IT Division
- Start of Term
Last updated: 4/4/2022
This is the HR tab
Oracle Instant Client Version 12.2
- instantclient-basiclite-windows.x64-12.2.0.1.0.zip
- instantclient-odbc-windows.x64-12.2.0.1.0-2.zip
- instantclient-sqlplus-windows.x64-12.2.0.1.0.zip
Instant Client Installation for Microsoft Windows 64-bit
See the Instant Client Home Page for more information about Instant Client packages.
Client-server version interoperability is detailed in Doc ID 207303.1. For example, Oracle Call Interface 19, 18 and 12.2 can connect to Oracle Database 11.2 or later. Some tools may have other restrictions.
-
- Download the appropriate Instant Client packages for your platform. All installations require the Basic or Basic Light package.
- Unzip the packages into a single directory such as C:\oracle\instantclient_19_3\
- Add this directory to the PATH environment variable. If you have multiple versions of Oracle libraries installed, make sure the new directory occurs first in the path. Restart any terminal windows or otherwise make sure the new PATH is used by your applications.
- Download and install the correct Visual Studio Redistributable from Microsoft. Instant Client 19 requires the Visual Studio 2017 redistributable. Instant Client 18 and 12.2 require the Visual Studio 2013 redistributable. Instant Client 12.1 requires the Visual Studio 2010 redistributable.
- If you intend to co-locate optional Oracle configuration files such as tnsnames.ora, sqlnet.ora, ldap.ora, or oraaccess.xml with Instant Client, then create a subdirectory such as
C:\oracle\instantclient_19_3\network\admin
This is the default Oracle client configuration directory for applications linked with this Instant Client. Alternatively, Oracle client configuration files can be put in another, accessible directory. Then set the environment variable TNS_ADMIN to that directory name.
- Start your application.
ODBC users should follow the ODBC Installation Instructions ODBC Installation Instructions.