<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - Oracle</title>
    <link>https://bbs.verysource.com/forum-47-1.html</link>
    <description>Latest 20 threads of Oracle</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 24 Apr 2026 16:11:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://bbs.verysource.com/</link>
    </image>
    <item>
      <title>在sqlplus里显示更新成功,但是实际上却并没有更新</title>
      <link>https://bbs.verysource.com/thread-3368-1-1.html</link>
      <description><![CDATA[非常奇怪的问题,我用了一条语句
update QBA01 set qm=\'五区 \',dm=\'一队 \',zm=\'南三一 \' where rq&gt;=TO_DATE(\'2017-01-01\', \'yyyy-mm-dd\') and rq]]></description>
      <category>Oracle</category>
      <author>lyiner</author>
      <pubDate>Mon, 19 Oct 2020 02:00:01 +0000</pubDate>
    </item>
    <item>
      <title>用java开发软件，可是就是连接不上安装在本机内的oracle数据库，总是抛出异常，请详阅！</title>
      <link>https://bbs.verysource.com/thread-3298-1-1.html</link>
      <description><![CDATA[Java中相关的代码：

Class.forName( \&quot;oracle.jdbc.driver.OracleDriver\&quot; ) ;
conn = DriverManager.getConnection( \&quot;jdbcracle:thinLvQiang:1521:Oracle\&quot;,\&quot;SYSTEM\&quot; , \&quot;zrc775fp\&quot;) 


抛出的异常：

java.sql.SQLException: Io 异常: The Network Adapter could not ...]]></description>
      <category>Oracle</category>
      <author>catlituo</author>
      <pubDate>Tue, 29 Sep 2020 07:30:01 +0000</pubDate>
    </item>
    <item>
      <title>关于随机查询的疑问</title>
      <link>https://bbs.verysource.com/thread-3260-1-1.html</link>
      <description><![CDATA[如题：我想从一个表A里面随机抽取一条记录，我用了两种方法，但得到的结果完全不同，请教各位大虾：


方法一：
select * from tableA where rownum &lt; 2 order by dbms_random.random;

方法二：
select * from (select * from tableA order by dbms_random.random) wh ...]]></description>
      <category>Oracle</category>
      <author>w220913</author>
      <pubDate>Fri, 25 Sep 2020 07:00:01 +0000</pubDate>
    </item>
    <item>
      <title>有一个项目要把SQL Server数据库迁移到Oracle中</title>
      <link>https://bbs.verysource.com/thread-3259-1-1.html</link>
      <description><![CDATA[包括200多个表，90多个存储过程。哪位高手能帮忙？我Oracle是一点都不懂。十分着急，谢谢]]></description>
      <category>Oracle</category>
      <author>yjjun917</author>
      <pubDate>Fri, 25 Sep 2020 06:30:01 +0000</pubDate>
    </item>
    <item>
      <title>一个简单的问题！</title>
      <link>https://bbs.verysource.com/thread-3180-1-1.html</link>
      <description><![CDATA[Declare
hh dlyx.y_khda.hh%Type;
s Number :=0;
Begin
For m In (Select * From tmhb070101 t)
Loop
Select Count(*) 
Into s 
From dlyx.y_khda@yjdlyx k Where 
substr(k.yhh,1,length(k.yhh)-3)=m.yhh And k.dw Like \'0303%\';
dbms_output.put_line(s);
If]]></description>
      <category>Oracle</category>
      <author>abel63</author>
      <pubDate>Tue, 24 Mar 2020 03:00:02 +0000</pubDate>
    </item>
    <item>
      <title>数据表中我某个字段原来是varchar2类型的现在要改成Blob，为什么不能改？</title>
      <link>https://bbs.verysource.com/thread-3078-1-1.html</link>
      <description><![CDATA[数据表中我某个字段原来是varchar2类型的现在要改成Blob，为什么不能改？
争对超过长度为4000的字段内容怎么处理？应该怎么读？]]></description>
      <category>Oracle</category>
      <author>szj0571</author>
      <pubDate>Sat, 21 Mar 2020 04:30:02 +0000</pubDate>
    </item>
    <item>
      <title>怎么实现这样的写法?</title>
      <link>https://bbs.verysource.com/thread-3014-1-1.html</link>
      <description><![CDATA[DECLARE
  A NUMBER(16,2);
  B NUMBER(16,2);
BEGIN
  SELECT FIELD1 INTO A,FIELD2 INTO B FROM TABLE;
END;

发现ORACLE好象只能用一个参数接收.有没有类似的功能实现呢?]]></description>
      <category>Oracle</category>
      <author>wang7498</author>
      <pubDate>Thu, 19 Mar 2020 06:00:01 +0000</pubDate>
    </item>
    <item>
      <title>求一个SQL</title>
      <link>https://bbs.verysource.com/thread-2996-1-1.html</link>
      <description><![CDATA[有如下一张表
num1 num2 date
  1   2   20160329
  1   2   20160329
  1   2   20160329
  1   2   20160330
  1   2   20160401
......

现在我要写一个查询，每7天求出num1及num2的和，求各位写一个Sql及讲解一下思路 ...]]></description>
      <category>Oracle</category>
      <author>lianchan</author>
      <pubDate>Wed, 18 Mar 2020 12:00:01 +0000</pubDate>
    </item>
    <item>
      <title>数据库字符集,如何修改从ANSI改为unicode</title>
      <link>https://bbs.verysource.com/thread-2899-1-1.html</link>
      <description><![CDATA[由于用造字程序(eudcedit.exe)进行造字,GBK码位已经不够用了,想用unicode码位进行造字,但是unicode码位所造出的字,在数据库中有的能显示,有的则是问号.

  对于unicode 码位越靠后的部分（即超出 GBK码位的那些）,则越是问号,现在想让数据库支持unicode码位的显示,应该 ...]]></description>
      <category>Oracle</category>
      <author>ajsdhja</author>
      <pubDate>Sun, 15 Mar 2020 15:00:01 +0000</pubDate>
    </item>
    <item>
      <title>查询数据 用时间作过滤条件 条件写的不对 怎么纠正阿</title>
      <link>https://bbs.verysource.com/thread-2889-1-1.html</link>
      <description><![CDATA[select* from t_inout_all where 
to_char(createtime,\'yyyy-mm-dd hh:mm:ss\')  =\'2016-11-28 17:50:00\'


createtime 是DATE型     应该怎么写啊！]]></description>
      <category>Oracle</category>
      <author>aoturen</author>
      <pubDate>Sun, 15 Mar 2020 10:00:01 +0000</pubDate>
    </item>
    <item>
      <title>新手问题:显示不带有\'R\'的雇员姓名. 谢谢各位高手了！</title>
      <link>https://bbs.verysource.com/thread-2859-1-1.html</link>
      <description><![CDATA[如题，查了很多字符函数比如substr但是不够灵活，不能够任意字符串得长度。希望高手能够解答，谢谢了！]]></description>
      <category>Oracle</category>
      <author>henailina</author>
      <pubDate>Sat, 14 Mar 2020 11:00:01 +0000</pubDate>
    </item>
    <item>
      <title>请问在Oracle里面，能否给用户授权让他只能看到指定的表和视图之类的权限？</title>
      <link>https://bbs.verysource.com/thread-2824-1-1.html</link>
      <description><![CDATA[RT
如何设置？
谢谢指教！]]></description>
      <category>Oracle</category>
      <author>cslys1979</author>
      <pubDate>Fri, 13 Mar 2020 10:00:01 +0000</pubDate>
    </item>
    <item>
      <title>如何转义&</title>
      <link>https://bbs.verysource.com/thread-2798-1-1.html</link>
      <description><![CDATA[SELECT *   FROM A where A.col1 = \'F&amp;ORG\'

用shell调sqlplus，要查的是col1值为\'F&amp;ORG\'，但是总是提示输入变量&amp;org]]></description>
      <category>Oracle</category>
      <author>iamloki</author>
      <pubDate>Thu, 12 Mar 2020 14:00:02 +0000</pubDate>
    </item>
    <item>
      <title>怎么删除前十条数据</title>
      <link>https://bbs.verysource.com/thread-2739-1-1.html</link>
      <description><![CDATA[我要做每删除10条记录提交一次,oracle里没有delete top 10 这个方法吗?]]></description>
      <category>Oracle</category>
      <author>剥夺者</author>
      <pubDate>Wed, 11 Mar 2020 02:00:01 +0000</pubDate>
    </item>
    <item>
      <title>求教高手```如何在程序中动态定义变量啊??</title>
      <link>https://bbs.verysource.com/thread-2738-1-1.html</link>
      <description><![CDATA[在oracle 中  如何在程序中间动态定义变量以提供给在取游标中的数据时使用,要定义的变量数目、变量类型事先是不晓得的   
但变量数目、变量类型可以求出来的``怎么动态定义这些变量呢？？ ...]]></description>
      <category>Oracle</category>
      <author>gangananren</author>
      <pubDate>Wed, 11 Mar 2020 01:30:01 +0000</pubDate>
    </item>
    <item>
      <title>ora-01034 ora-27101</title>
      <link>https://bbs.verysource.com/thread-2706-1-1.html</link>
      <description><![CDATA[windows下，应用软件连接oracle数据库时出现
ora-01034:ORACLE not available
ora-27101:shared memory readm does not exit

错误。

检查windows服务列表，oracleSERVER和oracleSERVER1两个服务都是运行状态

开始－－运行－－cmd
c:\\&gt;sqlplus /nolog
sql&gt;conn sys/ab ...]]></description>
      <category>Oracle</category>
      <author>cyanolive</author>
      <pubDate>Tue, 10 Mar 2020 01:30:02 +0000</pubDate>
    </item>
    <item>
      <title>数据库的字符集问题</title>
      <link>https://bbs.verysource.com/thread-2648-1-1.html</link>
      <description><![CDATA[由于用造字程序(eudcedit.exe)进行造字,GBK码位已经不够用了,想用unicode码位进行造字,但是unicode码位所造出的字,在数据库中有的能显示,有的则是问号.

  对于unicode 码位越靠后的部分（即超出 GBK码位的那些）,则越是问号,现在想让数据库支持unicode码位的显示,应该 ...]]></description>
      <category>Oracle</category>
      <author>ajsdhja</author>
      <pubDate>Sun, 08 Mar 2020 06:30:01 +0000</pubDate>
    </item>
    <item>
      <title>ORACLE导入的问题？</title>
      <link>https://bbs.verysource.com/thread-2584-1-1.html</link>
      <description><![CDATA[问题的现象是这样子的：
原先我从一个ORACLE导出了一个表，然后在另外一个数据库导入，然后就报以下的错误了，有哪位大侠碰过请指教一下：

错误信息如下所示：

警告: 此对象由 ZY1209 导出, 而不是当前用户

已经完成ZHS16GBK字符集和AL16UTF16 NCHAR 字符集中的导入
 ...]]></description>
      <category>Oracle</category>
      <author>iohexol</author>
      <pubDate>Fri, 06 Mar 2020 08:30:01 +0000</pubDate>
    </item>
    <item>
      <title>oracle自定义对象的运用问题</title>
      <link>https://bbs.verysource.com/thread-2499-1-1.html</link>
      <description><![CDATA[在oracle中定义了一个列表的类型nsrlist:
create or replace type nsrlist is varray(2000) of varchar2(20)

存储过程body如下:
create or replace package body TESTVARRAY is 
procedure testSS( nsrs out nsrlist ) is
   nsrarray nsrlist := nsrlist(\'a1\',\'a2\',\'a ...]]></description>
      <category>Oracle</category>
      <author>紫云流星</author>
      <pubDate>Wed, 04 Mar 2020 00:30:01 +0000</pubDate>
    </item>
    <item>
      <title>怎么记录没有成功执行的SQL语句</title>
      <link>https://bbs.verysource.com/thread-2472-1-1.html</link>
      <description><![CDATA[是这样的，我有这样一个场景：
有个Oracle数据库，我想在应用程序在运行一段时间后，再通过数据库获得哪些sql语句是没有成功执行的，例如发送到数据库的update语句，因为数据错误，没有执行。 ...]]></description>
      <category>Oracle</category>
      <author>fanswar78</author>
      <pubDate>Tue, 03 Mar 2020 05:30:01 +0000</pubDate>
    </item>
  </channel>
</rss>