Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle public server

I want to learn about oracle, to try some queries and other SQL features of oracle data base, but don't want to install and mess with all realted issues. So my question is - is there any publicly available oracle server, to which I can connect through terminal and play with it?

I mean a service where I can register and some space would be allocated to my profile

like image 822
Rustam Issabekov Avatar asked Jun 03 '12 09:06

Rustam Issabekov


People also ask

What server does Oracle use?

Customers' on-premises enterprise workloads achieve the highest performance, security, and reliability when using Oracle's extensive portfolio of x86 and SPARC servers. Each server is optimized to run enterprise applications, Java applications and Oracle Database workloads at peak performance.

Does Oracle give free VPS?

Recently, I had a chance to try Oracle cloud and found that their “Always Free” VPS is very powerful with 4 CPUs and 24 GB of memory. Moreover, it does not cost you anything!

Can I use Oracle for free?

Free Oracle Database for Everyone You get an Oracle Database to use in any environment, plus the ability to embed and redistribute – all completely free!

Which server is best for Oracle Database?

Oracle Linux is a highly reliable, highly secure, and cloud-ready operating system that is a cost-effective and high-performance choice when modernizing infrastructure or consolidating database instances on Oracle Database. This paper explains why Oracle Linux is the best choice for Oracle Database environments.


3 Answers

Take a look at: http://apex.oracle.com/

like image 122
archimede Avatar answered Nov 15 '22 09:11

archimede


The only thing I can think of is SQLFiddle: http://sqlfiddle.com/

But it won't let you have a "private" space. You need to re-create your schema each time (but you can bookmark your script which might be enough for you).

like image 27
a_horse_with_no_name Avatar answered Nov 15 '22 07:11

a_horse_with_no_name


You could also try one of the pre-built virtual appliances - see

http://www.oracle.com/technetwork/community/developer-vm/index.html
like image 34
Frank Schmitt Avatar answered Nov 15 '22 09:11

Frank Schmitt