Posts Tagged ‘Oracle’

Upgrading Oracle Apex 3.2 to Apex 4.0 on Amazon EC2 Cloud

Just today, I upgraded one of my Amazon cloud servers to Application Express 4.0. Few wee problems along the way, but got there in the end. Here is how I did it. Download APEX 4.0 from here Copy the .zip to an S3 bucket Make the bucket public Use PUTTY to log on to the [...]

  • Share/Bookmark
More »

Exporting an Oracle schema and uploading to Amazon S3

Question: How do I upload an oracle database schema file to s3 from linux command prompt Answer: Download s3cmd run ./s3cmd –configure enter your access key and secret key when prompted run your expdp command as oracle user i.e. expdp sys/password schemas=rivpacs directory=DATA_PUMP_DIR dumpfile=rivpacs100309.dmp logfile=rivpacs100309.log upload to your s3 bucket i.e. ./s3cmd put rivpacs100309.dmp s://mybucketname [...]

  • Share/Bookmark
More »

Tablespace does not exist

Question: I’m testing an import for one customer and while importing the database dump file with Data Pump I’m getting the following error: IMP-00017: following statement failed with ORACLE error 959: IMP-00003: ORACLE error 959 encountered ORA-00959: tablespace ‘_$deleted$24$0′ does not exist How do I remove the impdp message that the tablespace does not exist? [...]

  • Share/Bookmark
More »

Oracle Pipline functions

Pipelined functions are an extremely useful feature of Oracle 9i and above. They allow you to present disperate nontable based data as a standard table whilst streaming the output so that processing can begin immediately. I.e., they let you SELECT from a function much like you would SELECT from a table. Cool huh? Why would [...]

  • Share/Bookmark
More »

Querying XML in Oracle

Many people seem to have trouble reading XML data within Oracle.

Oracle has a full library of routines built in to allow you to interrogate XML data. Unfortunately, they’re not very well documented.

Just say you have an XML file you want to be able to SELECT from. it looks like this:

  • Share/Bookmark
More »

Oracle XML DB server

Oracle XML DB server

HTTP, HTTPS, FTP, WebDAV including WebDAV Version Control Oracle XML DB is not a separate server; it is an integral part of the Oracle database, providing all of the high-availability, scalability, reliability and unbreakable security features needed to run mission-critical applications. You can use Enterprise Manager to manage and administer XML DB applications. The GUI [...]

  • Share/Bookmark
More »

Business drivers for moving to an XML framework

Today’s bottom-line business impact of adopting XML technologies is especially important. For any organisation that shares information with its counterparts as a critical part of its delivelables, the creation of a single source of information from which we can deliver to all current and future media will deliver real, sustainable benefits. Faster time to market [...]

  • Share/Bookmark
More »

Technical drivers for moving to an XML framework

Why XML? XML (and its predecessor SGML) was developed as an answer to the desire for a single source format. XML represents any type of information in a media-neutral format. This enables automation, which speeds delivery, permits enhanced functionality, and reduces costs. XML has the additional virtue of being a standard without competition; virtually every [...]

  • Share/Bookmark
More »

Oracle XMLDB terminology

Every new technology comes with its own acronyms and subtleties. Below is a glossary of common terminalogy you will encounter working with Oracle XMLDB. ACE (Access Control Entry) An entry in an Access Control List. ACL (Access control list) A method for limiting the use of a specific resource to authorised users. SGML (Standard Generalised [...]

  • Share/Bookmark
More »

FISH Classification

FISH Classification

The FISH tool was developed for the Scotland and Northern Ireland Forum for Environmental Research to classify fish populations in Rivers throughout the UK. The software was developed in Oracle with the new APEX 3.2 release. Custom APEX templates were created including custom logon screens and backend functionality. JQuery is used to provide a more [...]

  • Share/Bookmark
More »