You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/databases/oracle.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,9 @@ Host, authentication and default database settings:
42
42
By activating Oracle XE, your build will take more time because the container needs some time to prepare the database and the tablespace.
43
43
</div>
44
44
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/).
0 commit comments