Free Space To Install Xcode 11.2

This chapter describes the tasks that you must complete before you install Oracle Instant Client. It includes the following information:

2.1Logging In to the System as root

Installing a new version of Xcode currently (at Xcode 14.3), requires 42GB of free space, which is incredible. I’ve only got 128GB of space on my MacBook so it’s pretty damned hard to provide. After getting this message I cleaned up until I had over 80G free space and it still tells me I don't have enough space. Yet I can quite happily download and install from developer downloads – Dale Feb 2 '20 at 21:56.

Before you install the Oracle software, you must complete several tasks as the root user. To log in as the root user, complete the following procedure:

  1. Log in to the system as a user that is a member of the admin group.

  2. Start a local terminal session (/Applications/Utilities/Terminal).

  3. If you are not logged in as the root user, enter the following command to start a shell session with root privileges:

  4. When prompted, enter your password.

2.2 Checking the Hardware Requirements

The system must meet the following minimum hardware requirements for Oracle Database Client 11g Release 2:

2.2.1Memory Requirements

The following are the memory requirements for Oracle Database Client 11g Release 2 (11.2):

  • At least 512 MB of RAM.

    To determine the physical RAM size, use System Profiler (/Applications/Utilities/System Profiler) or enter the following command:

    If the size of the physical RAM is less than the required size, then you must install more memory before continuing.

  • The following table describes the relationship between installed RAM and the configured swap space requirement:

    RAMSwap Space
    Up to 512 MB2 times the size of RAM
    Between 513 MB and 726 MB1.5 times the size of RAM
    More than 726 MB0.75 times the size of RAM

To determine the size of the configured swap space, enter the following command:

Note:

Mac OS X dynamically creates swap files as required in /private/var/vm directory. Ensure that you have at least 512 MB of available disk space on the root (/) file system to accommodate newly created swap files.

To determine the available RAM and swap space, enter the following command:

IMPORTANT:

  • Oracle recommends that you take multiple values for the available RAM and swap space before finalizing on a value. This is because the available RAM and swap space keep changing depending on the user interactions with the computer.

  • Contact your operating system vendor for swap space allocation guidance for your server. The vendor guidelines supersede the swap space requirements listed in this guide.

2.2.2System Architecture

To determine whether the system architecture can run the software, enter the following command:

Note:

This command displays the processor type. The command output must be i386. If you do not see the expected output, then you cannot install the software on this system.

2.2.3Disk Space Requirements

The minimum disk space requirement for software files for Oracle Database Client 11g Release 2 (11.2) is 220 MB.

To determine the amount of free disk space available, enter the following command:

2.2.4Display Requirements

The minimum display requirement for Oracle Database 11g Release 2 (11.2) is a resolution of 1024 x 768 or higher.

Install Xcode Mac

2.2.5 Recommended Hardware Requirement for SQL Developers

The following are the recommended CPU, Memory and Display requirements for SQL Developer:

ResourceRecommended
Memory1 GB RAM (recommended), 256 MB RAM (minimum)
Display65536 colors, set to at least 1024 X 768 resolution

Install xcode mac

2.3 Checking the Software Requirements

Depending on the products that you intend to install, verify that the following software is installed on the system. The procedure following the table describes how to verify whether these requirements are addressed.

ItemRequirement
Operating systemThe following or later versions of the operating system are supported for Oracle Database 11g Release 2 (11.2):
  • Apple Mac OS X Lion 10.7.3 or higher updates

    Both 32-bit and 64-bit versions of Oracle Database Instant Client 11g Release 2 (11.2.0.3) are supported.

  • Apple Mac OS X Mountain Lion 10.8.2 or higher updates

    Both 32-bit and 64-bit versions of Oracle Database Instant Client 11g Release 2 (11.2.0.3) are supported.

  • Apple Mac OS X Mavericks 10.9 or higher updates

    Both 32-bit and 64-bit versions of Oracle Database Instant Client 11g Release 2 (11.2.0.4) are supported.

Tools
  • Xcode 4.3.1 or later
  • GNU C compiler (gcc) version 4.2.1 or later

    This version of gcc is included in Xcode 4.3.1 or later.

  • JDK 1.6.0_29 or later for Apple Mac OS X Lion and Apple Mac OS X Mountain Lion

    JDK 1.6.0_65 or later for Apple Mac OS X Mavericks

Pro*C/C++, Oracle Call Interface, Oracle C++ Call InterfaceThe version of the GNU C and C++ compiler listed previously is supported for use with these products.
Oracle JDBC/OCI DriversYou must use JDBC-OCI 1.6.0 or later versions with the JNDI extension.
Free Space To Install Xcode 11.2

Free Space To Install Xcode 11.2 Full

To ensure that the system meets these requirements:

  1. To determine the operating system version, enter the following command:

    The output of this command must be similar to the following:

    Note:

    Only the versions listed in the previous table are supported. Do not install the software on other versions of Apple Mac OS X.
  2. To determine if the required version of gcc is installed, enter the following command:

    This command returns output similar to the following:

    If the required version (including the date and build number) or a later version is not installed, then download and install Xcode 4.3.1 or later. You can download this software from the Apple Developer Connection website:

  3. To determine if the correct version of Xcode is installed, enter the following command:

    This commands returns output similar to the following:

    If the required version (including the date and build number) or a later version is not installed, then download and install Xcode 4.3.1 or later. You can download this software from the Apple Developer Connection website:

2.3.1Instant Client Light Requirements

In addition to the requirements described in the preceding section, if you plan to use Instant Client Light, then the applications must use the following languages and character sets:

Free Space To Install Xcode 11.2 Mac

  • Language: Any language that is supported by Oracle

  • Territory: Any territory that is supported by Oracle

  • Character sets:

    • Single byte

      • US7ASCII

      • WE8DEC

      • WE8MSWIN1252

      • WE8ISO8859P1

    • Unicode

      • UTF8

      • AL16UTF16

      • AL32UTF8

      Instant Client Light can connect to databases having one of the following database character sets:

      • US7ASCII

      • WE8DEC

      • WE8MSWIN1252

      • WE8ISO8859P1

      • WE8EBCDIC37C

      • WE8EBCDIC1047

      • UTF8

      • AL32UTF8

Instant Client Light can also operate with the OCI Environment handles created in the OCI_UTF16 mode.

The language, territory, and character sets are determined by the NLS_LANG environment variable.

Note:

Ensure that you set the NLS_LANG

Xcode 11.3 Download

Free Space To Install Xcode 11.2 environment variable to the required character set before you run Oracle Database Instant Client.