List/Grid Data Management Subscribe RSS feed of category Data Management
Computer Sys Security Anlyst 5 – Essex Business Unit, Polygraph CJ
NORTHROP GRUMMAN Annapolis Junction, MDJob description: …is a Market Leader in Developing and Delivering Agile Intelligence Enterprise. WHO WE ARE: NGC/Essex * Market…Momentum – with a demonstrated ability to continuously expand our b…
Associate Sales Engineer – MicroStrategy
MicroStrategy Vienna, VAJob description: …PowerPoint 3. Relational databases & SQL 4. iPhone, iPad development 5. Java programming 6. Adobe Flex programming * Experience with Business Intelligence systems or relational database management sy…
Oracle E-Learning Resources
There is a lot of new stuff out there nowadays, regarding products and/or functionality or others. This is also true for Oracle and in short it’s not easy to follow all those innovations and/or new products. So from time to time I have a watch on…
Enterprise Data Manager, Requisition # 1327
American Psychological Association Washington, DCJob description: …Direct the establishment of the Enterprise Data Management Department to include the Data warehouse and business intelligence design, development and participates on the related a…
Optimizer Funkiness…
I have two simple tables that I want to join in an outer join:
SQL> @bug32052.sql
SQL> set feedback on
SQL>
SQL> drop table jh1;
Table dropped.
SQL> create table jh1 (x number(10));
Table created.
SQL>
SQL> drop table jh2;
Table dropped.
SQL> create table jh2 (x number(10));
Table created.
SQL>
SQL> insert into jh1 values (1);
1 row created.
SQL> commit;
Commit complete.
SQL>
SQL
It’s Yes Time!
Finally after many years of being complicit in the poisoning of our own bodies, many people are coming to realize that lots of the food products (as opposed to food) that we buy in supermarkets are bad for us, make us sick. Thanks, Michael Pollan and o…
SYSTEMS INTEGRATOR, PRINCIPAL Job
CACI International Vienna, VAJob description: …CACI is a $3.5B company with a healthy book of business and a very strategic focus on the government's more critical needs in Defense, Intelligence, Homeland Security and Government Transformatio…
My first .NET gui in Powershell
I managed to interface Oracle and a GUI via powershell. First, load the Oracle and the .NET assemblies [void] [Reflection.Assembly]::LoadFile("C:\oracle\product\11.2.0\client_1\ODP.NET\bin\2.x\Oracle.DataAccess.dll") [void] [Reflection.Assembly]::LoadWithPartialName("Drawing") [void] [Reflection.Assembly]::LoadWithPartialName("Windows.Forms") Now, let’s retrieve EMP in a powershell array. I hope one of my reader will advise me on a better way $connection=New-Object Oracle.DataAccess.Client.OracleConnection("Data Source=DB01; User Id=scott; password=tiger") $connection.open() $command=new-object Oracle.DataAccess.Client.OracleCommand("select ename [...]
Exadata
Enkitec have just announced the call for papers for their E4 conference to be held in Irving, Texas this August. (See this link for the announcement.)
I’ll be there … playing the devil’s advocate.
Log Buffer #271, A Carnival of the Vanities for DBAs
They say, “April showers bring May flowers.” They basically say that nature brings different things in different colors aimed at improving the things. That is so true for the blogging world too. This Log Buffer Edition also brings out different b…