Install: Oracle Client 12c [exclusive]
A command prompt window will briefly appear followed by the Oracle Universal Installer splash screen. Step 4: Installation Steps in the Wizard Follow these prompts within the OUI:
# Initialize pool with minimum connections self._initialize_pool() install oracle client 12c
Create a response file client_install.rsp : A command prompt window will briefly appear followed
# Configuration config = 'user': 'scott', 'password': 'tiger', 'dsn': 'localhost:1521/ORCLPDB1', 'min_pool_size': 5, 'max_pool_size': 20, 'connection_timeout': 30, 'idle_timeout': 300, 'max_connection_age': 3600 install oracle client 12c