oracle-sqldeveloper
find database size in Oracle SQL developer
In phpmyadmin, it\'s able to see database disk usage. I was wondering if there\'开发者_运维问答s such thing in Oracle SQL developer. Thanks!select nvl(b.tablespace_name,[详细]
2022-12-20 18:08 分类:问答SQl Developer Single Query result tab please
In the free application SQL-Developer (provided by Oracle), I tried searching around for this but couldn\'t immediately find a solution. I find the opening of multiple SQL query result window/tabs mil[详细]
2022-12-20 02:14 分类:问答How to use Oracle SQLdeveloper with HSQL / Hypersonic DB's JDBC driver
I\'d like to use Oracle\'s SQLdeveloper to visualize my HSQLDB tables. An instruction on how to use it with MySQL can be found on https://web.archive.org/web/1/http://blogs.techrepublic%2ecom%2ecom/p[详细]
2022-12-18 18:31 分类:问答How to print on Oracle SQL Developer console using SQLJ
I created and launch the SQLJ Java procedure (开发者_运维知识库using SQL Developer). I have some bugs and I would like to debug Java source code. What is the best way to do this? Is it possible to pri[详细]
2022-12-18 15:02 分类:问答Use tnsnames.ora in Oracle SQL Developer
I am evaluating Oracle SQL Developer. My tnsnames.ora is populated, and a tnsping to a connection defined in tnsnames.ora works开发者_如何学Go fine. Still, SQL Developer does not display any connecti[详细]
2022-12-16 03:44 分类:问答Issues Connecting to SQLExpress using Oracle SQL Developer
I\'m trying to create a connection inside Oracle SQL Developer to a SQLExpress database I have Everything I have resides on the same machine so there isn\'t any network issues I sho开发者_如何转开发u[详细]
2022-12-13 10:38 分类:问答oracle commit kills
I got an oracle db 10g, here a table as an example create table Dienstplan ( Montag Number(2), Dienstag Number(2),[详细]
2022-12-13 08:37 分类:问答export utf-8 data to text file with oracle sql developer
I need to export urf-8 data to a text file in form of insert statement. I\'ve tried Oracle SQL developer\'s export data tool. But it use ansi encoding to export data to txt file so utf-8 characters tu[详细]
2022-12-12 19:14 分类:问答Oracle "SQL Error: Missing IN or OUT parameter at index:: 1"
I have an Oracle script that looks like the following: variable L_kSite number; variable L_kPage number;[详细]
2022-12-12 06:27 分类:问答Insert if not exists Oracle
I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like:[详细]
2022-12-10 18:44 分类:问答