Oracle, Web, Script, SQLserver, Tips & Trick

December 16, 2011

How to start Enterprise manager console

Filed under: oracle,windows — sikathabis @ 4:38 am
Tags: ,

Windows

if ORACLE_SID is null then set ORACLE_SID with ORACLE_HOME directory, example

open CMD and then type SET ORACLE_SID=ORA92

emctl start dbconsole

 

September 25, 2011

Shortcut Resize font pada Office

Filed under: windows — sikathabis @ 9:58 pm
Tags: ,

September 6, 2011

How to Uninstall pcouffin.sys

Filed under: windows — sikathabis @ 7:53 pm
Tags:

Uninstalling a VSO Software product from the Control Panel
‘add/remove programs’ or from selecting uninstall next from the start menu will not erase the entries in your computers registry.

To completely uninstall one or more VSO Software programs use this tool:

http://download2.vso-software.fr/CleanVSO.exe

It is recommended to restart you computer after this process.

links : http://forums.vso-software.fr/tool-to-completely-uninstall-a-vso-software-product-t3918.html

August 12, 2011

Shortcut to Scanner / Camera Wizard (Windows)

Filed under: windows — sikathabis @ 8:10 am
Tags:

wiaacmgr.exe -SelectDevice

July 11, 2011

Remark on echo to execute pl/sql oracle

Filed under: dos,oracle,windows — sikathabis @ 8:32 am
Tags: , ,
If you want to remark your oracle script don't do this

(
rem echo @script1;
echo @script2;
echo exit;
)| cmd /r d:\oracle\product\10.2.0\db_1\bin\sqlplus.exe -L -S scott/tiger

but Do this

(
echo --@script1;
echo @script2;
echo exit;
)| cmd /r d:\oracle\product\10.2.0\db_1\bin\sqlplus.exe -L -S scott/tiger

June 16, 2011

How to install Oracle 10g on Windows 7 32bit 64bit (Video)

Filed under: oracle,oracle:10g,windows — sikathabis @ 3:57 am
Tags: , ,

Bagaimana cara Install Oracle 10g pada windows 7 32 bit dan 64 bit

link download:
http://www.ziddu.com/download/15373260/HowtoinstallOracle10gonWindows732bit64bit.flv.html
Link youtube :
http://www.youtube.com/watch?v=2Thx4r4elH8

June 14, 2011

How to remove con and Nul.protected directory

Filed under: dos,windows — sikathabis @ 6:40 am
Tags: ,

How to Create folder con and Nul.protected (more…)

May 5, 2011

“Network Location Cannot be Reached” ketika akses \\computer1\

Filed under: windows — sikathabis @ 12:40 am
Tags:

Jika anda tidak bisa mengakses \\client1\ atau \\127.0.0.1\ atau \\localhost\ maka ada yang tidak beres dengan registry anda

sumber dari sini : http://support.microsoft.com/kb/946937

Solusinya adalah

1. Jalankan Registry Editor (regedit.exe), dan periksa registry key berikut:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]

2. Cari “TransportBindName” , jika tidak ketemu maka buatlah registry tersebut, kalau ada dan tidak ada nilainya maka isilah dengan data(Value) dibawah ini:

Name: TransportBindName
Type: REGSZ
Value: \Device\

April 15, 2011

Mengakali Terminal Server Licensing Microsoft 2003 Server

Filed under: server,windows — sikathabis @ 4:43 am
Tags: ,

Terminal Server (TS) merupakan jalur komunikasi ke server, penggunaannya bisa melalui remote desktop connection. Dengan membuat beberapa user/group, maka client dapat mengakses ke server melalui TS. Terminal Server ini hanya ada di Windows Server dan untuk 90 hari (3 bulan) client akan secara gratis dapat mengakses TS ini, akan tetapi setelah 3 bulan, anda harus mengaktifasi dan mempunyai licensenya, tentunya dengan membeli ke Microsoft, nanti anda akan mendapatkan sertifikat berupa nomor untuk aktifkan dan Install license TS tersebut.

Dan bagi anda yang mempunyai aplikasi Citrix pada server, tentunya harus mempunyai Terminal Server Licensing yang bisa di aktivasi dan di install licensenya melalui https://activate.microsoft.com

Beberapa bulan yang lalu (sekitar tahun 2010) untuk install licensenya lebih di protect oleh microsoft, hanya nomor yg tervalidasi yg bisa mendapatkan license client baik per device maupun per user.

saya membaca artikel ini

http://i-admin.blogspot.com/2005/06/how-to-crack-windows-terminal-services.html

Tapi saya coba melakukan dengan cara yang berbeda pada servernya, untuk client-nya dilakukan sama seperti link tersebut.

Jika masa 90 hari (3 bulan) sudah habis, yang anda lakukan pada Windows 2003 Server adalah :

1. Hapus atau rename TLSLic.edb (more…)

March 10, 2011

Auto login sharing (for windows)

Filed under: server,windows — sikathabis @ 3:44 am
Tags: ,

how to insert auto login username & password to another computer/server

net use "\\123.3.3.254\c$" /user:administrator password

how to remove it

net use "\\123.3.3.254\c$" /delete

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.