mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #721 from hardyoyo/DS-2201-add-oracle-schema-advice
[DS-2201] added config advice to warn oracle users against using schema
This commit is contained in:
@@ -69,6 +69,11 @@ db.password=dspace
|
|||||||
# Schema name - if your database contains multiple schemas, you can avoid problems with
|
# Schema name - if your database contains multiple schemas, you can avoid problems with
|
||||||
# retrieving the definitions of duplicate object names by specifying
|
# retrieving the definitions of duplicate object names by specifying
|
||||||
# the schema name here that is used for DSpace by uncommenting the following entry
|
# the schema name here that is used for DSpace by uncommenting the following entry
|
||||||
|
|
||||||
|
# NOTE: this configuration option is for PostgreSQL only. For Oracle, schema is equivalent
|
||||||
|
# to user name. DSpace depends on the PostgreSQL understanding of schema. If you are using
|
||||||
|
# Oracle, just leave this this value blank.
|
||||||
|
|
||||||
db.schema =
|
db.schema =
|
||||||
|
|
||||||
# Maximum number of DB connections in pool
|
# Maximum number of DB connections in pool
|
||||||
|
@@ -63,6 +63,11 @@ db.password = ${db.password}
|
|||||||
# Schema name - if your database contains multiple schemas, you can avoid problems with
|
# Schema name - if your database contains multiple schemas, you can avoid problems with
|
||||||
# retrieving the definitions of duplicate object names by specifying
|
# retrieving the definitions of duplicate object names by specifying
|
||||||
# the schema name here that is used for DSpace by uncommenting the following entry
|
# the schema name here that is used for DSpace by uncommenting the following entry
|
||||||
|
|
||||||
|
# NOTE: this configuration option is for PostgreSQL only. For Oracle, schema is equivalent
|
||||||
|
# to user name. DSpace depends on the PostgreSQL understanding of schema. If you are using
|
||||||
|
# Oracle, just leave this this value blank.
|
||||||
|
|
||||||
db.schema = ${db.schema}
|
db.schema = ${db.schema}
|
||||||
|
|
||||||
# Connection pool parameters
|
# Connection pool parameters
|
||||||
|
Reference in New Issue
Block a user