image in database

2001-07-06 Thread milind ambegaoker
Dear mailing list, how to store an image in the database from a form written in Java servlets ? Also how to retrive the image from the database ? Thanks in advance Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com

sqlplus command

2001-07-06 Thread milind ambegaoker
Dear mailing list, is it possible to execute SQLPLUS commands from subprograms like procedures and functions ? If possible pl. send me how to do it ? If not please tell me why and alternate way as i want to write sub programs(procedures) that would generate reports on the SQL prompt by using the

Re: db links...

2001-07-05 Thread milind ambegaoker
Hi saurabh, There are two types of database links. Explict database link the syntax is :- CREATE DATABASE LINK db link name CONNECT USING user_name identified by passwd USING connect_string; Default database link the syntax is :- CREATE DATABASE LINK db link name CONNECT USING current_user USING