8000 minor #15121 Add Oracle DATABASE_URL instruction (hosseinvakili) · symfony/symfony-docs@9542ce7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9542ce7

Browse files
committed
minor #15121 Add Oracle DATABASE_URL instruction (hosseinvakili)
This PR was submitted for the 5.x branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Add Oracle DATABASE_URL instruction <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 455edf4 Add Oracle DATABASE_URL instruction
2 parents 7f2b61d + 455edf4 commit 9542ce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doctrine.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The database connection information is stored as an environment variable called
5454
5555
# to use postgresql:
5656
# DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
57+
58+
# to use oracle:
59+
# DATABASE_URL="oci8://db_user:db_password@127.0.0.1:1521/db_name"
5760
5861
.. caution::
5962

0 commit comments

Comments
 (0)
0