Oracle Database Client 12c Download

This chapter describes the different types of Oracle Database Client installations that you can perform, and issues to consider before you install the software:

I am on page Oracle Database 12c Release 2 for Windows Downloads clicking on the link for either. Oracle Database 12c Release 2 Client (12.2.0.1.0) for Microsoft Windows (x64). Oracle Database 12c Release 2 Client (12.2.0.1.0) for Microsoft Windows (32-bit). When I try to call the 1800 number my call is dropped. Oracle Clietn need for remote connection from desktop to database with programms like SQLPLUS, PL/SQL Developer, TOAD, SQL Navigator and maty other. Oracle client for Windows you could download from Oracle website. For installation we need only winnt_12102_client32.zip. With 64 bit client, not works programms like PL/SQL Developer.

1.1 Installation Overview

The Oracle Database Client installation process consists of five steps:

  1. Read the release notes: Read the Oracle Database Release Notes before you begin the installation. The release notes are available with the platform-specific documentation. The latest version of the release notes is available on Oracle Technology Network at

  2. Plan your installation: This overview chapter describes the installation types that you can use to install Oracle Database Client and issues to consider before you begin.

    You may also want to refer to Appendix G, 'Frequently Asked Questions about Installation,' in Oracle Database Installation Guide. This appendix advises on the best way to install Oracle products depending on your site's requirements.

  3. Complete preinstallation tasks:Chapter 2 describes preinstallation tasks that you must complete before installing Oracle Database Client.

  4. Install the software: Use the following sections to install Oracle Database Client:

    • Chapter 3 describes how to use the Oracle Universal Installer (OUI) GUI to install Oracle Database Client.

    • Appendix B describes how to perform a silent or response file installation.

    • 'Installing and Using Oracle Components in Different Languages' describes how to install and use Oracle components in different languages.

    • Appendix D provides troubleshooting advice in case you encounter problems with the installation.

  5. Complete postinstallation tasks: Use the following sections to complete the postinstallation tasks:

    • Chapter 4 describes recommended and required postinstallation tasks.

    • Appendix C provides information about globalization support.

  6. Remove Oracle Database Client: Chapter 5 describes how to remove Oracle Database Client.

1.2 Oracle Database Client and Oracle Database Interoperability

For information about interoperability between different versions of Oracle Database Client and Oracle Database releases, see Note 207303.1 on the My Oracle Support website at

Oracle Database Client 12c DownloadDatabase

1.3 Recommended File System

Oracle strongly recommends that you install the Oracle database client home on Oracle ACFS or NTFS. Usage of Oracle ACFS and Oracle ASM or NTFS is recommended to ensure security of these files.

See Also:

'Setting File Permissions' in Oracle Database Platform Guide for Microsoft Windows for information about the default permissions when using Oracle Universal Installer and Database Configuration Assistant to install the Oracle Database software

1.4 Managing User Accounts with User Account Control

To ensure that only trusted applications run on your computer, the Windows operating systems supported for Oracle Database provide User Account Control. If you have enabled this security feature, then, depending on how you have configured it, Oracle Universal Installer prompts you for either your consent or your credentials when installing Oracle Database. Provide either the consent or your Windows Administrator credentials as appropriate.

You must have Administrator privileges to run some Oracle tools, such as Net Configuration Assistant, and OPatch, or to run any tool or application that writes to any directory within the Oracle home. If User Account Control is enabled, and you are logged in as the local Administrator, then you can successfully run each of these commands in the usual way. However, if you are logged in as 'a member of the Administrator group,' then you must explicitly invoke these tasks with Windows Administrator privileges. All the Oracle shortcuts that require Administrator privileges will be invoked as 'Administrator' automatically when you click the shortcuts. However, if you run the above tools from a Windows command prompt, you must run them from an Administrator command prompt. OPatch does not have a shortcut and has to be run from an Administrator command prompt.

See Also:

'Running Tools with Windows User Account Control' in Oracle Database Platform Guide for Microsoft Windows for more information.

To start a command prompt window with Windows Administrator privileges:

  1. On your desktop, create a shortcut for the command prompt window. An icon for that shortcut appears on the desktop.

  2. Right click the icon for the newly created shortcut, and specify 'Run as administrator.'

Download

When you open this window, the title bar reads Administrator: Command Prompt. Commands run from within this window are run with Administrator privileges.

Oracle Database Client 12c Download 32 Bit

1.5Oracle Database Client Installation Types

You can choose one of the following installation types when installing Oracle Database Client:

  • Instant Client: Installs only the shared libraries required by Oracle Call Interface applications that use the Instant Client feature. This installation type requires much less disk space than the other Oracle Database Client installation types.

    Included in the Instant Client installation is Instant Client Light. You may want to use this version of Instant Client if your applications generate error messages in American English only. The advantage of using Instant Client Light is that it has a much smaller footprint than regular Instant Client. Hence, your applications use less memory.

  • Administrator: Enables applications to connect to an Oracle database on the local system or on a remote system. It provides tools that let you administer an Oracle database.

  • Runtime: Enables applications to connect to an Oracle database on the local system or on a remote system.

  • Custom: Enables you to select individual components from the list of Administrator and Runtime components.

1.6 Simplified Patching of Timestamp with Time Zone Data Type

Oracle Database simplifies the patching process of TIMESTAMP WITH TIME ZONE data type values.

See Also:

'What's New in Globalization Support?' and 'Clients and Servers Operating with Different Versions of Time Zone Files' in Oracle Database Globalization Support Guide for information about simplified patching process and how certain clients work with server with different time zone files

1.7 Unsupported Oracle Database Client Components

The following 32-bit Oracle Database Client components are not supported on Windows:

  • Oracle Connection Manager

  • Oracle Net Listener

How can I download oracle database with wget or curl on CentOS release 6.9 (Final)?

hmznhmzn

2 Answers

Oracle 12c Client Download Windows

Oracle supports basic authentication when downloading files.

Trywget --http-user=you@domain.com --ask-password 'http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_1of2.zip' -O file1of2

Oracle Database Client 12c Download Free

and

Oracle Database Client Download

wget --http-user=you@domain.com --ask-password 'http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_2of2.zip' -O file2of2

You'll be prompted for password.

Make sure to verify your downloads.

Isham MohamedIsham Mohamed

See Downloading Oracle database 12c Release 1 (12.1.0.2.0) on Linux via wget

  1. Using your browser on your PC, go to http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index-092322.html
  2. read, understand and accept license agreement
  3. Login with your Oracle SSO Account
  4. Start & stop download, copy download link in browser's download manager, for example in Firefox:
  5. start curl download with copied URLcurl 'http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_2of2.zip?AuthParam=XXX' -o linuxamd64_12102_database_2of2.zip (obviously AuthParam=XXX has to be your's)
GWuGWu

Not the answer you're looking for? Browse other questions tagged command-lineoracle12ccentos6 or ask your own question.