Useful shortcuts for vi editor

Showing posts with label tora. Show all posts
Showing posts with label tora. Show all posts

Friday 1 August 2014

[SOLUTION] - TOra "ORA-12154" Error

If you get ORA-12154 while logging to database user with TNS in TOra, this means system does not know tnsnames.ora file path.




To solve this, you can add TNS_ADMIN variable to among user variables.

e.g. C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN
e.g. C:\orant\NET80\ADMIN



Bye.

[SOLUTION] - TOra "No available connection provider " Error

In this entry, I will show you that how to solve "No available connection provider " error in TOra SQL Editor.

If you get like below error, probably you have a problem with Oracle Client.




Fistly, you should check whether there is a Oracle Client in system. If yes, you have to add its path into path system variable.




If you don't have any Oracle Client, you should install it from Oracle website.

Bye. :)

Sunday 20 April 2014

TORA ile veritabanına nasıl bağlanılır?

Bu yazıda, TORA ile veritabanına nasıl bağlanılır onu göreceğiz. Bunun için öncelikle şuradaki linkde yer alanları yapmanız gerekiyor.

*Örneğimizde Oracle XE ve kurulumla gelen HR kullanıcısını kullanacağız.

İlk olarak TORA.exe ye çift tıklayarak uygulamayı açıyoruz.
- TORA nereye kurduysanız orada TORA.exe'yi bulabilirsiniz. (ipucu: C:\Program Files\Tora\tora.exe)

Daha sonra "Connection provider -> Oracle (TNS)", "Username -> hr", "Password -> hr" ve "Database -> XE" seçip "OK" tuşuna basmamız yeterli.




Şimdi SQL Editor sekmesinde, SQL sorgumuzu yazabiliriz.

SQL sorgusunu yazdıktan sonra CTRL + Enter tuşlarına basarak sonucu görebilirsiniz.




İyi çalışmalar. :)