Folowing link summarizes how to use VINN Modem, Turkcell brand, 3G USB modem in Linux. It is in Turkish but, screenshot helps a lot...
In summary, you must click Network Connections icon in System Tray and then choose New Mobile Broadband (GSM) connection. Follow the self explanatory steps and do not forget to use APNs like internet, or mgb as APN entry.
http://forum.shiftdelete.net/linux/116520-%5Bresimli-anlatim%5D-ubuntuda-turkcell-3g-vinn-usb-modem-ile-internete-baglanmak.html
Saturday, March 30, 2013
Thursday, March 28, 2013
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level error
I had encountered "SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level" error message.
When:
After my session is killed. And issued "set autotrace traceonly" as below:
ERROR at line 8:
ORA-00028: your session has been killed
ORA-00028: your session has been killed
17:38:53 TUNED>set autotrace traceonly
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
17:39:07 TUNED>set autotrace trace only
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
17:39:10 TUNED>
17:39:11 TUNED>
17:39:11 TUNED>
17:39:11 TUNED>conn Admin1@mydb1
Enter password:
Connected.
Elapsed: 00:00:00.01
17:39:29 ADMIN1@MYDB:mydb1> set autotrace traceonly
17:39:32 ADMIN1@MYDB:mydb1>
When:
After my session is killed. And issued "set autotrace traceonly" as below:
ERROR at line 8:
ORA-00028: your session has been killed
ORA-00028: your session has been killed
17:38:53 TUNED>set autotrace traceonly
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
17:39:07 TUNED>set autotrace trace only
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
17:39:10 TUNED>
17:39:11 TUNED>
17:39:11 TUNED>
17:39:11 TUNED>conn Admin1@mydb1
Enter password:
Connected.
Elapsed: 00:00:00.01
17:39:29 ADMIN1@MYDB:mydb1> set autotrace traceonly
17:39:32 ADMIN1@MYDB:mydb1>
Subscribe to:
Posts (Atom)
Windows (powershell) counterparts of Linux commands
You may find Windows mostly powershell equivalent of frequently used Linux commands here. I will update this post, with newer ones by the ti...
-
Simple but very handy way of taking exports without knowing database password. expdp \'/ as sysdba\' DIRECTORY=DATA_PUMP_DIR DUMPFIL...
-
It seems an easy topic, I prefer being careful with the easy ones... so it is handy to have all you need, in one place and which will lead i...
-
This directory is created in the home directory of the oracle user, after making a local connection. I had tested it as follows: [oracle@geo...