public function testQuotingIdentifiers()
 {
     $db = new DBOracle();
     $this->assertEquals('"Book ISBN"', $db->quoteIdentifier('Book ISBN'));
 }