I need help..... I've been trying to work through the 2nd class on XSQL, and I am running into a wall that I just can't figure out.
The slides state that you should be able to write:
"xsql query1.no_style.xsql | more"
into the prompt while you are under the XSQL1 directory and it should yield the 89 records where age=32, in tagged XSQL format.
I am getting a plethora of error messages:
XSQL-007: Cannot acquire a database connection to process page.
ORA-00604: error occurred at recursive SQL level 1
ORA-04031: unable to allocate 20668 bytes of shared memory ("large pool","unknown object","Alloc environm","Failover SCH")
ORA-06512: at "LBACSYS.LBAC_CACHE", line 517
ORA-06512: at "LBACSYS.LBAC_EVENTS", line 82
ORA-06512: at line 2
I have gone back and made sure that cis320 is the connection name, and that uniqname and password are correct in the config file. Anyone have any clue why I'm getting this error? Help would be appreciated.
Comments