问题标签 [oracle-sqldeveloper]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
oracle - 禁用 Oracle SQL Developer“运行”快捷方式
突然,我在“运行”菜单中的所有键盘快捷键都被禁用了,我不知道为什么。他们昨天还在工作,但今天没有。我可以单击工具栏菜单选项来运行这些命令(运行、跟踪等),但它们的键绑定不起作用。我尝试了这个建议,甚至重新安装它。仍然没有运气。有人有什么建议吗?
谢谢!
oracle - Sql Developer 2.1 查询结果窗口:关闭自动调整大小?
我最近升级到 Oracle Sql Developer 2.1 好多了,但是每次运行查询时查询结果窗口都会自动变大,覆盖了我的大部分工作表。有谁知道关闭它的方法,以便在运行查询时保持相同的大小?
oracle - Oracle SQLDeveloper 小写自动完成(大写怎么样)
我目前正在使用最新的 Oracle sql 开发人员。我这里只有一个麻烦。当我自动完成表名或列时,它们以小写形式显示。与大多数人一样,我在 SQL 语句中确实有编码指南,并且我通常希望表名、列名和所有其他标识符都大写。
我试图检查 sql developer 中的设置,而“代码洞察”部分对此没有任何选项。对此还有其他调整吗?
sql - 在 Oracle SQL Developer 中使用 Ref 游标
我正在使用 Oracle SQL Developer,但在查看返回 ref 游标的包的结果时遇到问题。下面是包定义:
我想这个问题是可能的,如果是这样,我需要做什么。我正在使用 Oracle SQL Developer 1.5.5。谢谢。
韦德
这是我用来调用我的包的代码(由 TOAD 生成):
我得到错误:
ORA-06502: PL/SQL: 数字或值错误
希望这能更清楚一点。
sql - 如果不存在则插入 Oracle
我需要能够运行一个 Oracle 查询来插入多行,但它还会检查主键是否存在,如果存在,则跳过该插入。就像是:
甲骨文有可能吗?
如果您能告诉我如何在 PostgreSQL 或 MySQL 中执行此操作,则可以加分。
oracle - Oracle“SQL 错误:索引处缺少 IN 或 OUT 参数:: 1”
我有一个如下所示的 Oracle 脚本:
假设最后一条语句是对绑定变量的有效使用,但是当我尝试运行脚本时,我在最后一行得到了这个:
我不知道如何在这里进行,因为我不是特别精通 Oracle。
oracle - 使用 oracle sql developer 将 utf-8 数据导出到文本文件
我需要以插入语句的形式将 urf-8 数据导出到文本文件。我已经尝试过 Oracle SQL 开发人员的导出数据工具。但它使用 ansi 编码将数据导出到 txt 文件,因此 utf-8 字符变为“?” 标记。我想知道是否可以使用 utf-8 编码来导出数据?
谢谢你。
oracle - 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 should have to deal with
but everytime I follow the instructions and I try to connect I get the following message
"Failure - Unable to get information from SQL Server: localhost."
I can connect to the SQLExpress DB using the SQL Management Studio and through an ODBC connection.
I've installed the third party extensions and I've enabled the TCP protocol on the SQL Server Configuration manager as well as enabled the IP Addresses
I'm assuming that the SQLExpress Database is on port 1433 because I didn't change this when I installed but if someone can tell me how to double check that I would appreciate that info as well.
I setup the new connection with the following information
name: databasename I'm using windows authentication so the username and password aren't filled in host:localhost port:1433/databasename;instance=SQLEXPRESS
*databasename - this is replaced with the actual DB name I've just changed the name here to protect the innocent
I've spent about a full day on this trying to get it connected and many google attempts where other ppl have had this issue but have gotten it solved through various methods that I've tried and it hasn't resolved my issue.
Any information would be much appreciated
Thank you in Advance, AD
oracle - oracle commit 杀死
我有一个 oracle db 10g,这里以表为例
现在的问题是,每当我插入包含外键(引用有效,因此不是那个)的行(不专属于该表)时,它就会尽职地插入,一旦我提交了整个混乱,它就会再次消失。
真正的踢球者是 sqldeveloper 中的手动插入(插入行 - 对话框和提交)就像一个魅力,这对我一点帮助都没有......
任何帮助表示赞赏欢呼恶作剧
oracle - Oracle SQL Developer 多表视图
在Oracle SQL Developer中,可以在查看表时使用“数据”选项卡列出表中的数据。在那里可以添加、删除、编辑或仅查看当前查看的表的记录
问题是我们经常需要一次查看多个表格,然后我们需要打开多个选项卡,我不知道该怎么做,任何建议。提前 tq