-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Im using the following guide for getting started with rails for ubuntu 9.10.
http://guides.rails.info/getting_started.html
I have installed both ruby and gem.
gokul@gokul-laptop:~$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]
gokul@gokul-laptop:~$ gem -v
1.3.6
gokul@gokul-laptop:~$
For…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm a PHP developer (not a DBA) and I've been working with Oracle 10g XE for a while. I'm used to XE's simplified user management:
Go to Administration/ Users/ Create user
Assign user name and password
Roles: leave the default ones (connect and resource)
Privileges: click on "Enable all" to select…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
So far in this series we have looked at creating asset within the
EMOC BUI but the Exalogic 2.0.1 installation also provide the Iaas
cli as an alternative to most of the common functionality
available within EMOC. The IaaS cli interface provides access to
the functions…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am wondering if there is any way of easily creating a zip file that contains a bunch of files. However, when I double-click to open this zip file, I do not want it to create a subdirectory with the same name as the zip file, I just want all of the files to be extracted into the directory where the…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Got this question over the weekend via a friend and Oracle ACE Director, so I thought I would share the answer here.
If you want to quickly generate DDL to create VIEWs for all the tables in your system, the easiest way to do that with SQL Developer is to create a data model.
Wait, why would I want…
>>> More