Skip to content

Commit 8f3bf71

Browse files
committed
Update getting-started.md
1 parent 0638967 commit 8f3bf71

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/getting-started.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ We recommend to install the package `om_tapigen` in a central tools schema. Beca
1313

1414
1. Download the [latest version][latest] and unzip the source code
1515
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;`
2021

2122
[latest]: https://github.com/OraMUC/table-api-generator/releases/latest
2223

0 commit comments

Comments
 (0)