Jeigh
Jul 18 2007, 06:11 PM
This may be the stupidest question ever, I don't know, but frankly if this exists it would help me out a lot haha. What I'm looking for is an oracle database set up somewhere that has an open uname/password for the public to use for testing or anything really. I'm just developing something that needs to connect to our oracle db here but we don't want the computers to be required to have the oracle client installed. Currently though all the computers I have access to here DO have it installed and need it to stay for the time being, and I can't access our oracle DB externally so basically I'm looking for any oracle db I can test my app with that I can access from my home rig since it's clean of anything oracle (as the target computers for this app will eventually be). I don't want to go through the hassle of hunting down a free system, clean installing it, and testing the app, so I'd be much obliged if anyone knows if some mystical public access oracle database exists haha. But yea, like I said, might be the stupidest question ever. Personally I would assume this doesn't exist because it would be begging for malicious users to play with it, but who knows. So, anyone know if this exists? haha
Comment/Reply (w/o sign-up)
ethergeek
Jul 19 2007, 09:35 PM
Why don't you just install oracle on your development machine? That's what I do for my oracle development at work. You can download 10gR2 from their site and install it in a non-production environment completely free.
Comment/Reply (w/o sign-up)
Jeigh
Jul 20 2007, 12:00 AM
I have oracle, that's the problem. I want it to be able to run WITHOUT oracle installed, but all my systems that I have access to have oracle installed and require it to stay installed for other dev work. The client computers will not have oracle installed unless required so I'm trying to avoid it if possible.
Comment/Reply (w/o sign-up)
ethergeek
Jul 20 2007, 05:10 PM
OK, so you want to simulate a production client environment...I would use VMWare for this. You can get VMWare server for free, create a VM exactly as you think the client machine will be set up and test it.
Comment/Reply (w/o sign-up)
dserban
Jul 22 2007, 07:57 AM
Oracle themselves are offering such a service for free to anyone who is interested. The link is: http://apex.oracle.com/i/index.htmlYou just have to create an account, choose the 2MB or 5MB storage option, then figure out the database connect string. This is specifically created to host Oracle Application Express applications, which are the equivalent of more established web application servers like BEA WebLogic, Tomcat, JBoss etc. the difference being that the web rendering engine is PL/SQL instead of Java.
Comment/Reply (w/o sign-up)
yordan
Jul 24 2007, 12:45 PM
QUOTE(dserban @ Jul 22 2007, 09:57 AM)  Oracle themselves are offering such a service for free to anyone who is interested. The link is: http://apex.oracle.com/i/index.htmlYou just have to create an account, choose the 2MB or 5MB storage option, then figure out the database connect string. This is specifically created to host Oracle Application Express applications, which are the equivalent of more established web application servers like BEA WebLogic, Tomcat, JBoss etc. the difference being that the web rendering engine is PL/SQL instead of Java. Hey ! that looks exactly like what I was looking for, since a long time. I need a working Oracle database in order to test my PHPBB3 forum with an Oracle database : I cannot use our production Oracle databases, and when I install Oracle on a test system, sometimes it works and sometimes not, depending from the install errors or the bugs in my php scripts. So, having an external and remotely accessible Oracle install would be really great. Thanks for having clearly asked the question, Jeigh, and thenks dserban for the info. I just registered, waiting for my request to be reviewed (and hopefully accepted). Regards Yordan ----------- Edit --------- OK, I just received my account, and now it seems rather different from what was asked in the first post. The apex.oracle.com is really a remote access to an Oracle database. However, you don't directly connect to the database, you have a browser access to the apex environment which allows you to create applications using an Oracle database. However, I did'nt see what Jeigh seemed to need at the beginning of the present post, which was simple, direct and pure access to a remote Oracle database.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : public, access, oracle, db,
- Database Access On Remote Server W/jsp
(2)
Accessing Ms Access Database From A Centralized Location?
(10) Hi I am a manager at a trading/wholesaling company (and have no programming background). I
customized the Northwind sample access database to make invoices and keep accounts for my company.
We now opening another office at a distant location. So, the order entry will be done at two
points(we plan to use the same Access database). I am not able to figure out how to access the same
MS Access database from two different location(as LAN can't be used). Moreover, we can't
afford to pay huge sums to the software developers. Can intranet or uploading the database t....
Integrate Access Database Onto Intranet Site
Looking to integrate access database into my intranet site (5) Hey guys, im new here and am looking for answers /tongue.gif" style="vertical-align:middle"
emoid=":P" border="0" alt="tongue.gif" /> Firstly, i have designed a database using M$ access, it
consists of multiple forms which i plan to host on an intranet website, i need to be able to add
records directly from the form on the intranet website aswell as being able to edit/review current
entries on forms in the database. My question is, how would i go about integrating these forms onto
the intranet website? i plan on keeping the database and the intranet site on the same d....
Access 97 To Access 2003
(15) I need to convert a database that is in Access 97 to Access 2003 but every time i do it using the
Convert tools of Access 2003 i got some errors and can't change or add any of the objects
-tables, querys, etc- of the converted database. All the errors i got are related to the user
priviligies and permissions of the database, is there exists a way or procedure that allows me to
reset this permissions??? Best regards,....
Access
Is this easy to make a login/password? (17) I was looking to make a site where people need to create an account, and log in to view the main
pages. Is it easy, or do-able, to use msoft access to make a database where people are able to sign
up with a username and password via my website?....
Oracle Vs. Mysql Vs. Postgresql
POLL!! Choses you preferred db s/w! (9) Hey Everyone!, Please choose your preferred database s/w! Regards, Avell....
How Many Concurrent Users For Oracle Database?
This is to analyse and get perfect result for How many concurrent use (1) Hi friends, How many concurrent users can practically access the oracle database?
they say tht the figure is hundreds of thousands users...is there any exact figure? or does the
number of concurrent users depend on any other factors as wel? I think depend on parameter
1.session 2.processes session Specific connection of a user to an Oracle instance through a user
process. A session lasts from the time the user connects until the time the user disconnects or
exits the database application. Multiple sessions can be created and exist concurrently for ....
Oracle "lite" Alternative?
In need of a program (9) for college, we run oracle on a win2k3 server that's run on a virtual system like VMware and/or
Virtual PC. VMware has it bells and whistles, and makes a nifty gadget, but eats my laptop's
resources like there's no tomorrow. So I got rid of the VMware image and VMware itself, and
wanted to switch to VPC. Another problem I have, is that I barely have any diskspace left to work
with, and those images are at least 4 GB. So I wondered if anyone knew a program that would act as
Oracle, but solely for the purpose of testing databases. I have two .db files that I....
Oracle 10g - Dba Less?
Oracle's Drive for their new RDBMS (9) Today Oracle is pushing the idea that if you have an Oracle 10g running in your company then you
could survice without a DBA in your payroll Now I want your opinion on this thing....
Need Info On Database Programming Courses
Oracle Database Programming (2) I know Database Programming on MS-ACCESS, now i am planning to go for some other Database
Programming courses, People told me to go for Oracle or VisualAge. Can anyone told me to start with
which one and how long is the course period and which one is easy and is it similar to ms access or
somthig different.....
Oracle 10g Install Issues
(34) So I'm trying to install 10g on my XP Pro development box, and the install goes fine (I do the
basic install of enterprise edition, I'm by no means an oracle expert) and when it gets to the
part where it wants to create a database, the database creation assistant fails saying first that it
cannot retrieve credentials, and then that it can't connect to ORACLE (I'm assuming this is
the instance name). Anyone have *any* idea what's going on here?....
MS Access Validation Rule
Desperate help needed (4) I have to create a whole project using Microfost Access. I have a field which will eventaually
contain details of a a list of people's DOBs. I have added an input mask, so that it it displays
the place holder __/__/____ However, how can I validate this field. For example, not it is possible
to type 30/10/1991 . How can this be changed so that it validates it correctly?....
Access -> Mysql
Converter (8) I have a problem. Is any program wchich converts database Access to Mysql ??....
Read/Write Issues After Copying An Access .mdb File
(4) Alright, I'm currently creating an interface program for a MS Access database. I've only
used Access once in the past but used other DB's a handful of times so I didn't have any
trouble getting the general program created. My issue arose when I tried to make it so that the
users needing to use the program can just copy the .exe and the .mdb files and use it. The program
doesn't require users to share the database but to store their OWN programs information in their
OWN database, so basically each needs to have their own database with the exact same d....
MS Access DB To Webpage Connection ?
(6) ok .. i have this little problem i am going through ... Leme explain this project of mine first . I
have a MS Access DB of student fields like ID no, Name, Marks .. etc .. This one Access DB would be
updated by just adding more rows and would be done on the server. It looks sumthing like this:
Now .. I have a HTML page that shows this : I would enter the ID number of a student (no
authentication .. anyone can access anybodys marks), and when i hit submit .. I would be taken to a
page that gets the values from the ID specified and shows it in the next page. The pa....
Help With Registration Page, Access Denied.
(10) I'm coming up with an error that I can't figure out in my registration page. Below I've
given the error message and the code. QUOTE Warning: mysql_connect(): Access denied for user:
'nobody@localhost' (Using password: NO) in /home/lonebyrd/public_html/db_connect.php on line
33 Access denied for user: 'nobody@localhost' (Using password: NO) CODE $Host =
"localhost"; // define host name (default: localhost) $User = "$lonebyrd_razmo"; // define database
username $Password = "$****"; // define database password $Database = "$lonebyrd....
Help Me With My MS-Access Program
(2) Hi anyone can help me with making a form. These are the case; I am using Ms. Access XP, and a
database for using as a admission database for new students. And using couple table for the base,
however I want that when the operator is trying to add a students (add button), a form will came up,
and asking for his/her ID and password and Cliking the LOGIN button and lookup for the ID and
Password which stored in a "user" table on the database. When the ID and Password 're correct
the function for adding students can be processed, but when the ID and Password uncorrect....
What Are Your Opinions / Views About Oracle ?
(9) What can you say about Oracle. I never used it so i want to hear from experts what is Oracle like
:-) Topic title edited to suit the nature of content better. In future try to make your topic
title more descriptive. ....
Strange Oracle Behavior
Oracle problem (5) Hi ! I have a strange error with Oracle 10g R2. I run it on a Solaris 10 computer (Ultra 60 450MHz
1024 MB RAM). When I start all the services as usual as the user oracle I do like this: Database
startup: sqlplus /nolog SQL> connect / as sysdba SQL> startup SQL> exit Listener startup: lsnrctl
start iSQL*Plus startup: isqlplusctl start Then there is a strange behavior of the iSQL*Plus
service, when I close the shell window that is started the services from the iSQL*Plus servers
shutdown. I assume it does since I can no longer reach it. But the other serices continu....
I Have A Question About MySQL Access & Quotas
(1) On my previous web host, I surpassed my MySQL quota limit. At least, that's what they told me.
The following message is the error I get. phpBB : Critical Error Error creating new session
DEBUG MODE SQL Error : 1044 Access denied for user: 'darnem_trials@65.98.98.74' to database
'darnem_trials' INSERT INTO phpbb_sessions (session_id, session_user_id, session_start,
session_time, session_ip, session_page, session_logged_in) VALUES
('7719681862d0a4bfc392929af1357326', 2, 1125023783, 1125023783, '18d160ac', 0, 1)
Line : 168 File : ....
What's Oracle?
....clueless.... (5) Ok. So I signed up for this college course called "Oracle." All they told me was the that course
is supposed to teach me professional internet databasing. Am I right? And what exactly IS
"Oracle"? What am I gonna learn? /unsure.gif" style="vertical-align:middle" emoid=":unsure:"
border="0" alt="unsure.gif" /> /blink.gif" style="vertical-align:middle" emoid=":blink:"
border="0" alt="blink.gif" /> Thanks for your help! ....
Logic To Break Down An Access Tabbe To SQL
what is the easiest way to split this? (1) I have 3 differen tables in this database that are basically repeating the same data. How can I
split it up and still use it. This is the horse project /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" /> the 3 tables are called Horse, Dam, Sire . the Horse table
should be enough for all the data. (at least that is what I'm thinking) the Dam & Sire are
used to track lineage and are setup Like this: CODE SireID; Horse; Sire; Dam; SireSire;
SireDam; DamSire: DamDam; SireSireSire; SireSireDam; SireDamSire; SireDamDam; DamSireSire;D....
Access
Lesons (0) The HP Learning center offers very good free lessons on creating databases with step by step
instructions. You can access the learing center at HP Learing Center ....
Access To MySQL Remotely
(2) i am using a software to access to mysql remotely but it display error!(Access denied for
myusername@my ip address) please help me....
Is php supports MS Access
Ms Access Database (7) I want to know that is php supports MS Access databases. And could anyone told me the complete php
installation. I have little bit problem during installation.....
How To Transition The Database
transition the database to access (2) i want to transition the records in SQL7 to ACCESS in the condition of VF 6.0 how i can?....
How To Access a Remote MySQL
(1) I try to access to a remote mysql owned by my friend , I have the IP and username and password. but
I always got this information: Fatal error: Maximum execution time of 30 seconds exceeded in
XXXXXXXXXXXXXXXX....
How To Dump .SQL File to MS-Access
(3) Is there any way to convert a mySQL dump (.sql file) to an access file? Problem is, I downloaded and
installed the mySQL server and ran it. But I couldn't restore the dump - it kept complaining
about charsets and even the guy who created the dump didn't know what was up. So I'm
looking for another way to access the contents of the database. Help anyone?....
Looking for public, access, oracle, db,
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for public, access, oracle, db,
|
advertisement
|
|