I开发者_StackOverflow must export data from a partitioned table with global index that must be online all the time, but I am having troubles in doing that.
I am getting the above error when trying to connect to a server database from a client using service name orcl. It is getting connected when I am using the other service name i.e. dms
I\'m using Hibernate with Oracle 11g.The code that worked with 10g doesn\'t work with 11g because hibernate changes the case of the username from example: admin to ADMIN.Oracle 11g by default creates
I am working with an oracle 11g r2 database and basically need to be able to be able to parse and select some nodes from it. I\'ve spent hours scouring the net and reading the oracle xml db manual try
I am porting some C++ code with embedded SQL into a linux server with oracle database. The data Access Objects are C++ classes providing
I have query that takes a lot time to execute (distinct operation). But that query is not listed in v$session_longops. How can I force query to be put to v$session_longop开发者_JAVA百科s.Unfortunately
I have a table with structure : Country |DUPLICATE India| Australia| India| USA| Germany | Germany | I have to update DUPLICATEcolumn to \'Y\' when the value in Country column is unique and to \'N\
I installed SOA Suite 11g, Weblogic and Jdeveloper and I try to follow some training. I user Win Server 2008.
How would I go about creating a database from a dump file? I do not have an existing database with the same structure on my system so it has to be complete with jobs, events, tables, and so on.
I know how to use the \"imp\" to import the .dmp data . But I wonder if I have to create the tablespace first,for example?