From 12bcccaa03e550722e075e1c2b56f2f50a38c848 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 12 Jan 2021 11:57:39 +0100
Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc

---
 README.md | 35 ++---------------------------------
 1 file changed, 2 insertions(+), 33 deletions(-)

diff --git a/README.md b/README.md
index a5a3843..214eca6 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,3 @@
+# Oracle
 
-- [Oracle XE](https://docs.oracle.com/en/database/oracle/oracle-database/18/xeinl/installation-guide.html)
-- [Docker Image](https://github.com/fuzziebrain/docker-oracle-xe)
-- [Oracle CI](https://www.oracle.com/database/technologies/appdev/sqlcl.html)
-    - Connect to DB: `sqlcl sys/Oracle18@localhost:32118/XE as sysdba`
-
-
-
-
-Compress and uncompress keeping owner and permission:
-- `tar -cvpf file.tar folderToCompress`
-- `tar --same-owner -xvf file.tar`
-
-SSH into container and run SqlPlus:
-- `docker exec -it oracle-xe bash -c "source /home/oracle/.bashrc; bash"`
-- `$ORACLE_HOME/bin/sqlplus sys/Oracle18@localhost/XE as sysdba`
-
-
-
-
-docker run -d \
-  -p 32112:1521 \
-  --name=oracle-xe-2 \
-  --volume /opt/oracle/oracle-xe-2:/opt/oracle/oradata \
-  --volume /opt/oracle/scripts:/usr/local/sbin \
-  --volume /var/backups/oracle:/var/backups/oracle \
-  --network=oracle_network \
-  oracle-xe:18c
-
-
-  --env ORA_RMAN_SGA_TARGET=4048M \
-  --memory 5G \
-  --memory-swap 1G \
-  --cpus 4 \
+You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/oracle/).
-- 
GitLab