Code Snippet

Just another Code Snippet site

Config

WebLogic & Docker

Images repo : https://github.com/oracle/docker-images/tree/master/OracleWebLogic Building WebLogic Server Images on Docker https://docs.oracle.com/middleware/1221/wls/DOCKR/configuration.htm#DOCKR121 Frequently Asked Questions for Running WebLogic Server Images on Docker https://docs.oracle.com/middleware/1221/wls/DOCKR/faqs.htm#DOCKR131 Oracle WebLogic Server on Docker Containers (PDF): http://www.oracle.com/us/products/middleware/cloud-app-foundation/weblogic/weblogic-server-on-docker-wp-2742665.pdf

, , ,

Push the oracle alert.log and listener.log into Elasticsearch and analyze/visualize their content with Kibana – bdt’s blog

Introduction The oracle alert.log and listener.log contain useful information to provide answer to questions like: When did the Instance start? When has the Instance been shutdown? When did ORA- oc… Source: Push the oracle alert.log and listener.log into Elasticsearch and analyze/visualize their content with Kibana – bdt’s blog

, , , , , , , ,

Oracle RAC

http://www.freeoraclehelp.com/2011/09/oracle-11gr2-rac-installation-with-gns.html https://github.com/oracle/docker-images/tree/master/OracleDatabase/RAC https://www.oracle.com/technetwork/database/options/clustering/rac-ondocker-bp-wp-5458685.pdf

, , , , ,

[Synology] Install Debian Chroot

Install DSM 4.2 Install ipkg Install bash, perl, python, coreutils : Download bootstrap : Install bootstrap : Install pkgdetails: restart NAS Create Debian structure: mkdir -p /volume1/@debian/dev mkdir -p /volume1/@debian/dev/pts mkdir -p /volume1/@debian/sys mkdir -p /volume1/@debian/proc Run debootstrap: Install debian chroot using package center stop chroot : /var/packages/debian-chroot/scripts/start-stop-status stop Mount Syno FS into Debian: start […]

, , ,

[Synology] Debian Chroot Services

SSH Script : /etc/init.d/ssh Monitoring : ps -p $(cat /var/run/sshd.pid) MTAB Script : /etc/init.d/mtab.sh start Monitoring : CRON Script : /etc/init.d/cron start Monitoring : ps -p $(cat /var/run/cron.pid) RSYSLOG Script : /etc/init.d/rsyslogd start Monitoring : ps -p $(cat /var/run/rsyslogd.pid) UPTIMED Script : /etc/init.d/uptimed start Monitoring : APACHE Script : /etc/init.d/apache2 start Monitoring : MYSQL Script […]

, ,

[Synology] 3rd Party packages

http://packages.quadrat4.de http://synopkg.superzebulon.org/spkrepo/packages http://www.cphub.net/index.php/getpackages.php http://packages.synocommunity.com http://repo.synozwave.com/ http://www.cphub.net http://packages.pcloadletter.co.uk/ http://spk.q14six.de/

,

[OVH] Configure Domain DNS with Dedicated Server

Domain : example.com Server IP : 123.456.789 Server name : vps123456.ovh.net OVH Manager Console : Domain side (example.com) Domaine & DNS > Serveurs DNS Domaine & DNS > Zone DNS Server Side Add a new Zone : 213.186.33.199 => secondary OVH DNS Edit named.conf.options : replace by Edit /etc/bind/db.example.com : Reload config : Check no […]

, , , , ,

[Oracle] Recover Database from ORA-00333: redo log read error

In development environment, it is very common scenario that we have multiple databases in a single machine by using VMware (i.e, each VMware contains one database). Again those machines doesn’t have consistant power backup. Therefore we have to face power failure or VMware hang-up. So, we are forced to restart the machine while databases are […]

, ,

Previous Posts