Thursday, January 19, 2006
Did you know that dual has more than one row?
Seen today on the SQLPlus like command line of PL/SQL Developer:
SQL select * from dual;
Warning: connection was lost and re-established
ADDR INDX INST_ID DUMMY
-------- ---------- ---------- -----
0366CD54 0 1 X
SQL select * from dual;
DUMMY
-----
X
SQL
Any explanations to this?
SQL select * from dual;
Warning: connection was lost and re-established
ADDR INDX INST_ID DUMMY
-------- ---------- ---------- -----
0366CD54 0 1 X
SQL select * from dual;
DUMMY
-----
X
SQL
Any explanations to this?
I'm a member of the HTMLDB users frappr map
Although I'm still not really familiar with HTMLDB... But this year I'll do a first test project with it. Really!
Here's the group.
(0) comments
Here's the group.
Wednesday, January 04, 2006
Netdrive is cool, somehow
If you're using Windows machines for your daily work you may often have similar problems like me storing files on WebDav or FTP sites when using applications that only allow to store on 'local' drives and shares having a drive name. One example are Firefox plugins like Scrapbook.
Using a Novell tool called NetDrive your're able to give a drive name for each FTP/WebDAV site and can use it from applications as local drive. Furthermore it supports local mirroring of files which is helpful if you have slow connections. Another positive side effect is that you have all the explorer action available and not the crippled popup menu of FTP/WebDAV folders. I'm still in investigation mode but it look promising...
Using a Novell tool called NetDrive your're able to give a drive name for each FTP/WebDAV site and can use it from applications as local drive. Furthermore it supports local mirroring of files which is helpful if you have slow connections. Another positive side effect is that you have all the explorer action available and not the crippled popup menu of FTP/WebDAV folders. I'm still in investigation mode but it look promising...



