Skip to content

Commit 3966567

Browse files
Fixing typo in readme file
1 parent 2d425a5 commit 3966567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ansible-oracledb
22
Using Ansible to install an Oracle datatabase 12c and configure it. The following steps are executed.
33

4-
1. The OS is configured with packages and required kernel configurations to install and configure and Oracle database.
4+
1. The OS is configured with packages and required kernel configurations to install and configure an Oracle database.
55
1. The Oracle database is installed and configured using an RSP file. The RSP file is configured using templates in Ansible.
6-
1. The /etc/oratab is modified to allow the usage of commands to start and to shutdown the database. The file is modified using a regular expresion, through Ansible.
6+
1. The /etc/oratab is modified to allow the usage of commands to start and to shutdown the database. The file is modified using a regular expresion through Ansible.
77
1. A couple of services, to manage the database and its listener, are created using templates to create services configuration files and an Ansible module called service to enable the services.
88
1. The database and its listener are started using the Ansible module called service.
99

0 commit comments

Comments
 (0)