What are the minimum permissions needed to run the install scripts?
A.
DB_Accessadmin, DB_Owner
B.
DataReader, DataWriter, DB_Owner
C.
DataReader, DataWriter
D.
DB_Accessadmin
E.
DB_Owner
Explanation:
Note 1:Install the Developer Database Manually
You can install the Developer database manually by running the scripts provided with the
software. If you are using an Oracle Database, a script creates the schema, populates it with the
appropriate objects, and creates an application user for the schema. If you are using a Microsoft
SQL Server, one script creates the database and the database user, and a second script
populates the database with the appropriate objects.
You must have the proper administrative credentials for the database server to create and
populate the tablespace or database.
Note 2:To install the database manually on an Oracle Database server:
1. From the Windows Start menu, open a Command Prompt window.
2. To create the tablespace using the CreateSchemaObjects.sql script located in \db
scripts\ORACLE\Developer in the software installation files, enter the following at the command
prompt: sqlplus – SQL*Plus is the command line application for Oracle Database. -s – Run
SQL*Plus without SQL*Plus messaging. <adminuser> – The administrative user for the instance of
the Oracle server. <adminpwd>@<instance> – The password for the administrative user and thename of the instance.