RadarURL
Showing posts with label PROGRAMMING. Show all posts
Showing posts with label PROGRAMMING. Show all posts

Pasang Energy Saving Mode di Blog

Wednesday, September 7, 2011

Pada kesempatan kali ini, mari kita belajar tentang cara memasang “Energy Saving Mode” pada blogger. Kalo sobat masih asing dengan hal ini, bisa sobat coba pada blog saya ini. Jika blog ini sedang idle (tidak melakukan aktivitas apapun), maka kemudian akan muncul halaman baru (semacam screensaver) yang berwarna gelap dan bertuliskan “Energy saving mode”. Untuk lebih jelasnya penampakannya dibawah ini:
image

Read more...

10 Ways to Synchronize Oracle Table Data

Tuesday, December 21, 2010

In the process of developing databases many developers and testers encounter a problem of synchronizing data between local and remote Oracle database. Changes made in a local database must be reflected in a remote database. It’s also necessary to check test results with the model database, to find non-synchronized tables that appeared after these tests, to have possibility to return the test database to its initial state when testing newly developed versions of databases intensively. Another problem may be to create CRUD operations quickly without making too much effort to find different objects and to write DML statements. Now let’s find out how one can synchronize data of Oracle databases.

Read more...

Instalasi Oracle 10g di Ubuntu

Tuesday, October 27, 2009

Pada dasarnya hampir sama dengan proses instalasi Oracle di Environment Linux (redhat), hanya sedikit trick mengakalinya.

Langkah2 sebagai berikut :

1. Install paket-paket yang dibutuhkan

sudo apt-get install build-essential libaio1 rpm lesstif2-dev alien

Read more...

Running Linux/Unix Command Console From Oracle Form

Thursday, July 9, 2009

To Running Linux or Unix Command / Console From Oracle Form With Windows Environment You Can't Just Use the "host" command,
need a tricky style but it's easy now, as simple 1,2,3

Prerequisite You need :
1. Putty.exe [Portable Open source ssh / telnet software]
2. scriptfile.txt
=> In this samples, I put all files above on C:\

Read more...

Telnet to SMTP Port Common Syntax

Wednesday, June 24, 2009

When you send mail using the SMTP protocol, you basically have only the
following commands:

HELO
Greet the mail server. Used once per session - at the beginning of the session

MAIL FROM:
Announce who the sender is. Used once per mail, before specifying any recipients for each mail, or after a

Read more...

Install XAMPP With OCI8 Support (Oracle Connection) on Linux

Tuesday, June 23, 2009

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
Refer XAMPP download :
- http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/x/xa/xampp/
- http://mirrors.ucr.ac.cr/xampp/
Refer Oracle Client Download :
- http://www.oracle.com/technology/tech/oci/instantclient/index.html


After Download Proceed :
1. Install rpm installclient
2. tar xvfz xampp-linux-xxx.tar.gz -C /opt
3. /opt/lampp/lampp oci8
4. /opt/lampp/lampp start


Enjoy...

Read more...

  © Blogger template On The Road by Ourblogtemplates.com 2009

Back to TOP