Skip to content

Commit 472c89c

Browse files
authored
Merge pull request #18 from continuousphp/feat/oracle_db
Feat/oracle db
2 parents 2a7a478 + 54e32de commit 472c89c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/databases/oracle.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ Host, authentication and default database settings:
4242
By activating Oracle XE, your build will take more time because the container needs some time to prepare the database and the tablespace.
4343
</div>
4444

45+
## Importing database dump
46+
47+
ContinuousPHP provides users with the ability to import oracle database dump files. To enable it, simply add an environment variable `PATH_IMPORT_DUMP_DB_ORACLE` which refers to the absolute path of specified database dump file in repository context.
48+
If you are using GitHub you should store it with [Git LFS](https://git-lfs.github.com/).
49+
50+

0 commit comments

Comments
 (0)