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: README.md
+10-31Lines changed: 10 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,15 @@ A Laravel package that allows you to easily load data into Oracle database using
10
10
11
11
## Requirements
12
12
13
-
- Oracle Instant Client
14
-
- Oracle SQL Loader
15
-
- Laravel 10.x or higher
16
-
- Laravel OCI8 10.x or higher
13
+
-[Oracle Instant Client with Tools Package](https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html)
14
+
-[Laravel 10.x](https://laravel.com) or higher
15
+
-[Laravel OCI8](https://yajrabox.com/docs/laravel-oci8) 10.x or higher
16
+
17
+
## Prerequisites
18
+
19
+
- Before you can use this package, you need to install the Oracle Instant Client with Tools Package. You can download the package from the [Oracle website](https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html).
20
+
- You should also take note of the path where the `sqlldr` executable is located.
21
+
- Knowledge of how to use `sqlldr` is also required. You can read the documentation [here](https://docs.oracle.com/en/database/oracle/oracle-database/23/sutil/oracle-sql-loader.html#GUID-8D037494-07FA-4226-B507-E1B2ED10C144).
17
22
18
23
## Installation
19
24
@@ -23,33 +28,7 @@ You can install the package via composer:
0 commit comments