VS 2013脚本中的Oracle项目不执行 [英] Oracle Projects in VS 2013 Scripts Don't execute

查看:79
本文介绍了VS 2013脚本中的Oracle项目不执行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在VS2013中创建了一个oracle项目。 我创建了一个"创建表"。 VS项目中的脚本。 名为Scriptfilename.sql 该项目连接到数据库名称为"databasename"的Oracle Server。

I have created an oracle project in VS2013.  I created a "Create Table" script in the VS project.  called Scriptfilename.sql  The project is connected to an Oracle Server with database names "databasename".

CREATE TABLE" FRED"

CREATE TABLE "FRED"

(" FIELD1" NUMBER(1,0),

( "FIELD1" NUMBER(1,0),

 " FIELD2" DATE,

  "FIELD2" DATE,

);

我对脚本执行RUN操作并选择已连接的数据库。

I do a RUN ON of the script and select the connected database.

我在输出窗口中得到以下内容。

I get the following in the Output Window.

已连接。

-----运行'Scriptfilename.sql'@ databasename -----

----- Running 'Scriptfilename.sql' @databasename -----

------- ---完成---------

----------Done---------

但是这个表并没有在Oracle数据库上创建  databasename。

But the table is not created on the Oracle database  databasename.

我正在使用来自Oracle的Visual Studio版本12.1.0.2.0的Oracle开发人员工具。 

I am using the Oracle Developers Tools for Visual Studio version 12.1.0.2.0 from Oracle. 

任何想法任何人????

Any ideas anyone????

推荐答案

Hi Floyd,

Hi Floyd,

适用于Visual Studio的Oracle开发人员工具是第三方图书馆。我建议你在官方论坛上发布你的问题以获得专门的帮助。

https://community.oracle.com/community/database/developer-tools/windows_and_.net/oracle_developer_tools_for_visual_studio

Oracle Developers Tools for Visual Studio is a third party library. I suggest you post your question in its official forum for dedicated help.
https://community.oracle.com/community/database/developer-tools/windows_and_.net/oracle_developer_tools_for_visual_studio

最好的问候,

李旺

Best Regards,
Li Wang


这篇关于VS 2013脚本中的Oracle项目不执行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆