<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel>
<title>DediSys</title>
<pubDate>Thu, 03 Sep 2009 02:45:05 +0700</pubDate>
<link>http://dedisys.or.id/</link>
<description>DediSys</description>
<language>en-us</language>
<image>
 <title>DediSys</title>
 <url>http://dedisys.or.id/images/dedisys_logo.gif</url>
 <link>http://dedisys.or.id/</link>
</image>
<webMaster>admi&#110;&#064;&#100;edisys.or.id</webMaster>
<item>
<title>How to disable to users to use login with connect '/ as sysdba' from OS Level</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=32</link>
<description>To disable a user to connecting to Database login using connect &quot;/ as sysdba&quot; after login to OS :

1. In $ORACLE_HOME/network/admin/sqlnet.ora file modify the following line to
SQLNET.AUTHENTICATION_SERVICES=(NONE)

2. Restart listener, with this command :
lsnrctl stop
lsnrctl start

or 

Remove dba group to the user who is logging in to the OS.

Note : orapwd file is used to authenticate users over the network only. Users who already logged in to the Database can not be restricted to connect '/ as sysdba' until they logout.

---
Dedi</description>
<pubDate>Thu, 03 Sep 2009 02:45:05 +0700</pubDate>
</item>
<item>
<title>How to Enable or Disable Restricted Access SQLnet Client to Oracle DB Server</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=31</link>
<description>For ENABLE restricted access :

Edit the sqlnet.ora file in $ORACLE_HOME/network/admin/ :
change &quot;tcp.validnode_checking = yes&quot; and &quot;tcp.invited_nodes=(myhost,172.16.3.251)&quot;
only &quot;myhost&quot; and host with ip &quot;172.16.3.251&quot; can connect to database.

this the content of sqlnet.ora file :
...
NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME)
SQLNET.EXPIRE_TIME= 10
tcp.validnode_checking = yes
tcp.invited_nodes=(myhost,172.16.3.251)
...

For DISABLE restricted access :

change &quot;tcp.validnode_checking = no&quot;
so, every client can connect to database.

this the content of sqlnet.ora file :
...
NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME)
SQLNET.EXPIRE_TIME= 10
tcp.validnode_checking = no
tcp.invited_nodes=(myhost,172.16.3.251)
...

You must restart the oracle listener to activated that new setting above, with the following command :
lsnrctl stop
lsnrctl start

---
Dedi
</description>
<pubDate>Thu, 03 Sep 2009 02:33:50 +0700</pubDate>
</item>
<item>
<title>Install Oracle Instant Client 11.1 and cx_Oracle 4.4 on Ubuntu 9.04</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=30</link>
<description>Purpose

I'm working on building a python app that needs to connect to an existing Oracle Database. The server it will be deployed on is Ubuntu 9.04 Server - 32 bit. No gui is installed. When I started down the road of installing Oracle Instant Client and cx_Oracle, I ran into several problems. I was able to find bits and pieces on the web that helped me along, but I did not find an all in one document. I'm sure there are some out there, but my Google-fu failed me.

</description>
<pubDate>Sat, 25 Jul 2009 15:12:59 +0700</pubDate>
</item>
<item>
<title>Oracle Applications (11.5.10.2) Installation on Oracle Enterprise Linux 4.5</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=29</link>
<description>
Oracle Applications (11.5.10.2) Installation on Oracle Enterprise Linux 4.5
This article is intended as a brief guide to installing Oracle
Applications (11.5.10.2) on Oracle Enterprise Linux 4.5. The article is based
on a server installation with a minimum of 2G swap, secure Linux
disabled and the following package groups installed:


  X Window System
  GNOME Desktop Environment
  Editors
  Graphical Internet
  Server Configuration Tools
  Development Tools
  Administration Tools
  System Tools

</description>
<pubDate>Tue, 07 Jul 2009 03:33:27 +0700</pubDate>
</item>
<item>
<title>DBLink Oracle 9i to 10g r2 Error</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=28</link>
<description>ORA-02068: following severe error from DBLINK
ORA-03113: end-of-file on communication channel
ORA-02068: following severe error from DBLINK
ORA-00603: ORACLE server session terminated by fatal error
ORA-00604: error occurred at recursive SQL level 52
ORA-00036: maximum number of recursive SQL levels (50) exceeded
ORA-00604: error occurred at recursive SQL level 52
ORA-00036: maximum number of recursive SQL levels (50) exceeded
</description>
<pubDate>Thu, 11 Jun 2009 10:36:58 +0700</pubDate>
</item>
<item>
<title>ESC Key Button on Pocket PC / WM / WinCE</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=27</link>
<description>ESC key button = CTRL + [</description>
<pubDate>Sat, 30 May 2009 13:44:19 +0700</pubDate>
</item>
<item>
<title>ocfs2console fails to add node: o2cb_ctl: Unable to access cluster service</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=26</link>
<description>OCFS2: ocfs2console fails to add node: &quot;o2cb_ctl: Unable to access cluster service while creating node&quot;
</description>
<pubDate>Thu, 30 Apr 2009 07:47:29 +0700</pubDate>
</item>
<item>
<title>Virtual IP / VLAN</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=25</link>
<description>Howto: Configure Linux Virtual Local Area Network (VLAN)</description>
<pubDate>Tue, 07 Apr 2009 05:02:19 +0700</pubDate>
</item>
<item>
<title>Configuring Serial Ports for Linux</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=23</link>
<description>        In order to configure serial ports for Linux, you will need to make use of the setserial command.
        Firstly, you will need to know the card's base address and and which IRQ it is using.
        For an ISA card, this can be read off the jumpers on the card.</description>
<pubDate>Mon, 02 Mar 2009 15:56:05 +0700</pubDate>
</item>
<item>
<title>Check Harddisk Mirror Synchronization Process in Solaris 10</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=22</link>
<description>metastat | grep done
If the output is blank, that's mean the process synchronization is done.

</description>
<pubDate>Sun, 01 Mar 2009 01:07:36 +0700</pubDate>
</item>
<item>
<title>Change the eth0 to eth1 on Ubuntu</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=21</link>
<description>Edit in file: /etc/udev/rules.d/70-persistent-net.rules
Change the 'eth0 to eth1'.
</description>
<pubDate>Sat, 28 Feb 2009 13:12:06 +0700</pubDate>
</item>
<item>
<title>Hyperterminal Alternative for Linux: Minicom &amp; CuteCom</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=20</link>
<description>Minicom --&gt; console / text based terminal
Minicom is a clone of the MS-DOS &quot;Telix&quot; communication program. It emulates
ANSI and VT102 terminals, has a dialing directory and auto zmodem download.

CuteCom
Cutecom is a graphical serial terminal, like minicom.
It is aimed mainly at hardware developers or other people who need a
terminal to talk to their devices. It features lineoriented interface
instead of character-oriented, xmodem, ymodem, zmodem support
(requires the lrzsz package) and hexadecimal input and output among
other things.
It is written using the Qt library by Trolltech (www.trolltech.com).

If using with USB to Serial(RS232) Port Converter, by default the device is :
/dev/ttyUSB0 or
/dev/ttyUSB1


</description>
<pubDate>Sat, 28 Feb 2009 09:00:53 +0700</pubDate>
</item>
<item>
<title>VMware on Ubuntu error: vmware error</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=19</link>
<description>libpng12.so.0: no version information available
</description>
<pubDate>Sat, 07 Feb 2009 08:06:51 +0700</pubDate>
</item>
<item>
<title>UBUNTU as a VMware host</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=18</link>
<description>For VMware-workstation-5.5.0-18463.tar.gz

Steps required to get VMware Workstation 5.5.0 installed on Ubuntu 5.10 system on i686.

1. Install the required compiler and kernel headers needed to compile the vmware kernel module.
sudo apt-get install linux-headers-$(uname -r) build-essential g++-3.4

2. Download VMWare Workstation 5.5 from VMware and unpack it.
tar xzf VMware-workstation-5.5.0-18463.tar.gz

3. Run the VMware install script.
( cd vmware-distrib &amp;&amp; sudo ./vmware-install.pl )

It is safe to take all the defaults.
</description>
<pubDate>Sat, 07 Feb 2009 07:57:39 +0700</pubDate>
</item>
<item>
<title>My Notes</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=17</link>
<description>HaloHybrid card :
*888#
*889#
switch to prepaid *888*773#
switch to postpaid *888*767#

HaloFlash Unlimited card :
*999#
sms 333 halo
internet
apn: internet
user: blank
pwd: blank

</description>
<pubDate>Sat, 07 Feb 2009 07:17:38 +0700</pubDate>
</item>
<item>
<title>My Backup wvdial.cof</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=16</link>
<description>-------------------------------------
This is my backup wvdial.conf
-------------------------------------</description>
<pubDate>Sat, 07 Feb 2009 07:08:25 +0700</pubDate>
</item>
<item>
<title>Connect to Windows VPN Server (pptp) with Ubuntu 8.04</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=15</link>
<description>Install PPTP plugin for Network Manager applet (http://www.gnome.org/projects/NetworkManager/)
sudo apt-get install pptp-linux network-manager-pptp
sudo /ect/init.d/dbus restart

VPN Setup :

1. Click on the Network Manager applet in your system tray, and select VPN Connections --&gt; Configure VPN…

2. Click Add and follow the wizard to begin configuration.  

- &quot;Create VPN Connection&quot; --&gt; click Forward
- &quot;Create VPN Connection - 1 of 2&quot; --&gt; Connect To: &quot;pptp tunnel&quot; --&gt; Click Forward
- &quot;Create VPN Connection - 2 of 2&quot;
on Connection Tab : Enter a name for the connection (eq. yg-vpn-1) , on Type : Choose &quot;Windows VPN (PPTP)&quot;,  on Gateway : enter the address of the VPN server (eq. 202.123.123.22).
on Authentication Tab : only checked : &quot;Refuse CHAP&quot;
on Compress &amp; Encryption Tab : leave as default
on PPP Options Tab : uncheck &quot;Use Peer DNS&quot;, the others leave as default
on Routing Tab : uncheck &quot;Peer DNS through tunnel&quot;, the others leave as default or change as you need.
- Click &quot;Forward&quot;
- Click &quot;Apply&quot;

3. Connect to Windows VPN Server (PPTP)

Click on the Network Manager applet in your system tray, and select VPN Connections --&gt; Choose your VPN Name (eq. yg-vpn-1), put your user name and password.

Once connected, Network Manager will display a &quot;lock&quot; icon on your connection, signifying that your secure tunnel is in place.

Done ! OK. You can connect to your Windows VPN Server (PPTP) !


</description>
<pubDate>Sat, 07 Feb 2009 02:26:34 +0700</pubDate>
</item>
<item>
<title>Oracle RAC Error : PRKP-1001, CRS-1028, CRS-0223</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=14</link>
<description>If you have problem like this when run : srvctl start database -d orcl 

PRKP-1001 : Error starting instance orcl2 on node rac02
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.orcl.orcl2.inst' has placement error.
PRKP-1001 : Error starting instance orcl3 on node rac03
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.orcl.orcl3.inst' has placement error.
PRKP-1001 : Error starting instance orcl4 on node rac04
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.orcl.orcl4.inst' has placement error.

and, you must do like this :
/etc/init.d/init.crs stop
wait 5 minute
/etc/init.d/init.crs start

and start again :
 srvctl start database -d orcl 

[oracl&#101;&#064;&#114;ac01 ~]$ srvctl status instance -d orcl -i orcl1
Instance orcl1 is running on node rac01
[oracl&#101;&#064;&#114;ac01 ~]$ srvctl status instance -d orcl -i orcl2
Instance orcl2 is running on node rac02
[oracl&#101;&#064;&#114;ac01 ~]$ srvctl status instance -d orcl -i orcl3
Instance orcl3 is running on node rac03
[oracl&#101;&#064;&#114;ac01 ~]$ srvctl status instance -d orcl -i orcl4
Instance orcl4 is running on node rac04


</description>
<pubDate>Thu, 05 Feb 2009 10:18:39 +0700</pubDate>
</item>
<item>
<title>Xubuntu 8.04 and XDA O2 Atomlife: Internet Sharing Via USB</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=13</link>
<description>( O2 Atomlife as A Modem 3G / HSDPA )

How to connect to HSDPA/3G trough USB with Linux and Windows Mobile 6.


</description>
<pubDate>Thu, 29 Jan 2009 08:40:50 +0700</pubDate>
</item>
<item>
<title>sdb_ftp_auto.sh</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=12</link>
<description>sdb_ftp_auto.sh

#!/bin/sh
# ftp_auto.sh : Non-interaktif get data via ftp
#               And write to tape or another device.
# Copyright (c)2001 Dedi Mulyadi
# Script by Dedi++ dedisy&#115;&#064;&#121;ahoo.com
# 2001-02-03 12:05 
###########################################################

TGL=`date '+%Y%m%d_%H%M%S'`
#LCD='/u3/oradata/arch'
LCD='/u3/oradata/arch/tmp'
#RCD='/u3/oradata/arch'
RCD='/home/oracle/arch'
LOG='/home/oracle/script/ftp_auto.'$TGL'.log'
ARCH='arch*.*'

echo ' '
echo 'Ftp data arch from Production, starting ...'
echo 'Please wait ...'
echo ' '

ftp -n &gt; $LOG
o 192.11.12.27
user oracle oracle
bin
prompt
lcd $LCD
cd $RCD
mget $ARCH
bye
EOF

cd $LCD

echo ' '
echo 'Getting data arch ... done.'
echo ' '
echo 'Starting Backup arch to tape ...'
echo ' '


###tar rv $ARCH
tar rvf /u4/arch.$TGL.tar $ARCH

echo ' '
echo ' Horaay ... Done!'
echo ' '

### End of Script ###

</description>
<pubDate>Tue, 20 Jan 2009 03:53:11 +0700</pubDate>
</item>
<item>
<title>PHP Upload File : max_file_size</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=11</link>
<description>Maximum Size 16M :



&amp;nbsp;&amp;nbsp;


File php.ini settings:
file_uploads = on
upload_max_filesize = 16M
post_max_size = 16M
max_file_size = 16M


File bb_upload.php :
if (isset($_POST['Submit'])==&quot;Submit&quot;){
    $x=$_FILES['FileUpload']['name'];
    $d=$_SESSION['ls'].&quot;/&quot;.basename($_FILES['FileUpload']['name']);
    $note = &quot;&quot;;
    if (!move_uploaded_file($_FILES['FileUpload']['tmp_name'], $d)) {
        $note = &quot;Failed to upload file. &quot;.$x.&quot; to &quot;.$d;
    }else{
        $note = $note.&quot; &quot;.&quot;File '&quot;.$x.&quot;' has been uploaded to &quot;.$d.&quot;, with size &quot;.$_FILES['FileUpload']['size'];
    }
}

---
Dedi
</description>
<pubDate>Wed, 14 Jan 2009 04:51:17 +0700</pubDate>
</item>
<item>
<title>Check Mem Size on Solaris</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=10</link>
<description>prtconf|grep Mem
prtdiag</description>
<pubDate>Tue, 13 Jan 2009 03:36:13 +0700</pubDate>
</item>
<item>
<title>Creating .la file from .a file</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=9</link>
<description>cd /tmp
#file libXau.la:
cp /usr/lib/libXau.a ./
libtool link gcc -g -O -o libXau.la libXau.a -lm

#file libXdmcp.la:
cp /usr/lib/libXdmcp.a ./
libtool link gcc -g -O -o libXdmcp.la libXdmcp.a -lm
</description>
<pubDate>Fri, 09 Jan 2009 09:29:37 +0700</pubDate>
</item>
<item>
<title>ntpdate sample</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=8</link>
<description># date; ntpdate -u 172.16.1.6 ; date
# date; hwclock --set --date=&quot;`date '+%m/%d/%y %H:%M:%S'`&quot;; date

for changing the time zone :
(in debian system or derivation), using command :
# tzconfig</description>
<pubDate>Fri, 09 Jan 2009 09:24:31 +0700</pubDate>
</item>
<item>
<title>Oracle Express: can not access via another pc ( on Debian/ Ubuntu Linux )</title>
<link>http://dedisys.or.id/index.php?name=News&amp;file=article&amp;sid=6</link>
<description>After installation of Oracle Express, I can access database via browser from local PC : http://localhost:8080/apex or http://127.0.0.1:8080/apex.

But, I can not access from another pc, http://myhost:8080/apex.

This is the solution :
</description>
<pubDate>Wed, 10 Sep 2008 04:32:42 +0700</pubDate>
</item>
</channel>
</rss>
