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/getting-started.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,11 @@ We recommend to install the package `om_tapigen` in a central tools schema. Beca
13
13
14
14
1. Download the [latest version][latest] and unzip the source code
15
15
1. Run the SQL script `install.sql` in the root folder or compile the spec and body of the package `om_tapigen` and optional `om_tapigen_oddgen_wrapper` for the SQL Developer integration
16
-
1. Optional for central tools schema - grant execute rights: `GRANT EXECUTE ON om_tapigen TO PUBLIC;`
17
-
1. Optional for central tools schema - create synonym:
18
-
- public in tools schema: `CREATE PUBLIC SYNONYM om_tapigen FOR om_tapigen;`
19
-
- or private in target schema: `CREATE SYNONYM om_tapigen FOR <yourToolsSchema>.om_tapigen;`
16
+
1. If installed in central tools schema
17
+
- grant execute rights: `GRANT EXECUTE ON om_tapigen TO PUBLIC;`
18
+
- create synonym:
19
+
- public in tools schema: `CREATE PUBLIC SYNONYM om_tapigen FOR om_tapigen;`
20
+
- or private in target schema: `CREATE SYNONYM om_tapigen FOR <yourToolsSchema>.om_tapigen;`
0 commit comments