Dear All,
It would be great if someone can give me an answer on this question:
If i am developing a web based intranet application (with Oracle 8) that will have users accessing the site simultaneously from different locations worldwide,
1) Do i have to use @REMOTE_CONNECT?
2) Do i need to create a shared database with remote access?
For examle, for user from an other location:
select * from mytable@REMOTE_CONNECT;
?
If Yes,
3) Do i have to use snapshots?
Thanks in advance!