Technical Notes

We're all on the same page!

Saturday, 31 October 2015

How to login without any connection in sqlplus?

›
CMD> sqlplus /nolog SQL> conn hr/hr - nolog parameter is using for just entering to sqlplus
Saturday, 24 October 2015

How to prevent auto-closing for CMD ?

›
To do that, you may add "pause" command into your .bat file as you wish. Example; sc config OracleServiceXE start= auto sc st...
Wednesday, 21 October 2015

How to use tftpd32 tool ?

›
You may use tftp (trial file transfer protocol) for transfering documents or files between Linux and Windows. To do that, at first, you ...
Saturday, 12 September 2015

Bat dosyasından Oracle servislerini otomatik olarak başlatma/durdurma/devre dışı bırakma nasıl yapılır?

›
Merhaba, Bu yazıda .bat komutlarıyla Oracle servislerini nasıl yönetebiliriz ondan bahsedeceğim. Öncelikle yeni bir .txt formatlı dosya...
Monday, 7 September 2015

Reklam gelirleri hakkında

›
Kasa: 26.72 TL Güncellenme tarihi: 21.09.2016

How to force kill spesific process or multiple processes in Command Window by using process name ?

›
Please make sure that you do not enter system process while killing some processes.  Press Windows key + R Enter cmd then click OK Writ...
Saturday, 5 September 2015

How to connect internet via USB cable in Android Devices?

›
To do that please follows the instructions; Info: In this example, Android 4.2.2 version  has been used. Prerequisite: Plug  your devic...
Wednesday, 1 July 2015

How to point outlook archive file (.pst) in Outlook 2013?

›
To do that please follows the instructions; Click " File " from top-left corner -> Click " Data Files " -> Clic...
Wednesday, 17 June 2015

How to update driver with .inf file?

›
To do that please follows the instructions; Press Windows key + R -> Input " mmc devmgmt.msc "  -> Right click to "...
Monday, 8 June 2015

How to use adb (android debug bridge) cmd tool?

›
First, you need to connect your devices to PC with adb. e.g. CMD>  adb devices result; abcdabcdxxx device - start adb from differe...
Friday, 5 June 2015

.tar examples for gzip

›
e.g. tar -cvzf mytarfiles.tar myfile1 myfile2 - c, create a new file - v, verbose (display) file to compress or uncompress - z, use gzi...
Sunday, 31 May 2015

How to use "for update" clause in Oracle?

›
You are able to lock a table to prevent executing Data Manupulation Language- DML commands like INSERT , UPDATE , DELETE by   others users:...
Wednesday, 27 May 2015

How to know total row number, word number and character number in Linux?

›
e.g. $ wc myfile.txt -> 5 13 56 myfile.txt  5; total row number  13;  total   word number 56;  total   character number $ ls |  w...
Monday, 25 May 2015

How to configure auto reply e-mail in Office 2013?

›
To do that please follow the instructions: To define auto reply; 1. define a message template Home -> New Email-> Manage Rules ...
Sunday, 24 May 2015

How to get instance name, database status and instance role in Oracle?

›
SQL> select instance_name, database_status, instance_role from v$instance;  e..g. INSTANCE_NAME    DATABASE_STATUS   INSTANCE_ROLE -...
Thursday, 23 April 2015

How to transfer database file in Windows?

›
To do that please follow the instructions; Tablespace: ALPER_DATA Database file: data_01.dbf DB file path: C:\Databasefiles New databa...
Wednesday, 22 April 2015

Alexa Rank

›
Global rank: 5,696,926

How to make a schedule for disk cleanup automatically?

›
Please follow the steps; 1st step:  Define a disk cleanup profile. e.g.  cleanmgr /sagerset:1 2nd step: Run task scheduler tasksch...
Saturday, 18 April 2015

RamDisk nedir ve nasıl kullanılır?

›
Nedir? RAMDisk, eski tip mekanik hard-disk-lerin okuma ve yazma hızlarının düşüklüğünden bir nebze kurtulmak için kullanabileceğiniz fayda...

HTML sayfalardaki Türkçe karakter gösterme sorunu ve çözümü

›
Merhaba, HTML sayfalar, web-tarayıcıları tarafından çözümlenirken bazen Türçe karakterler sayfa yapısını bozabiliyor. Bunun çözümü oldukç...
‹
›
Home
View web version
Powered by Blogger.