搜索到与相关的文章
Oracle

在win2003上怎么装Oracle?

IhaveinstalledOracle8.0.5onWin2003ServerStandardandWinXPSP1.TheinstalationfinishedOk,butwhendesystemstart,oneerrorsisgeneratedbyOracleStartService.(STRTDB80.EXE).ThisisnotoccursonWin2000ServerandWin2000prof.在win2003上怎么装Oracle?

系统 2019-08-12 01:53:36 2486

数据库相关

关于动态添加存储过程的错误

有这么一个存储过程:1ALTERPROCEDURE[dbo].[ap_BuyAndSaleAction]2@DataActionint,3@IDint=0,4@RentWaynvarchar(100),5@Citynvarchar(100),6@Districtnvarchar(100),7@Titlenvarchar(100),8@Addressnvarchar(1000),9@XiaoQunvarchar(100),10--@AddTimedateti

系统 2019-08-12 01:53:13 2486

Oracle

Oracle表的常用查询实验(一)

Oracle表的常用查询实验(一)练习1、请查询表DEPT中所有部门的情况。select*fromdept;练习2、查询表DEPT中的部门号、部门名称两个字段的所有信息。selectdeptno,dnamefromdept;练习3、请从表EMP中查询10号部门工作的雇员姓名和工资。selectename,salfromempwheredeptno=10;练习4、请从表EMP中查找工种是职员CLERK或经理MANAGER的雇员姓名、工资。selectenam

系统 2019-08-12 01:53:07 2486

数据库相关

SQL重复记录查询

1、查找表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断select*frompeoplewherepeopleIdin(selectpeopleIdfrompeoplegroupbypeopleIdhavingcount(peopleId)>1)2、删除表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断,只留有rowid最小的记录deletefrompeoplewherepeopleIdin(selectpeople

系统 2019-08-12 01:52:47 2486

Oracle

【Oracle 学习笔记】Day 3 存储过程及函数

Producedure&FunctioncreateorreplacepackageTestPackis--Author:ADMINISTRATOR--Created:2012-4-2714:01:29--Purpose:测试typemyCursorisrefcursor;procedureTestPro(p_Condvarchar2,p_ReCursor0outmyCursor,p_ReCountoutnumber);FUNCTIONTestFunc(p

系统 2019-08-12 01:52:17 2486

Oracle

oracle合并语句

在sqlserver中的合并语句可以用xmlpath详见http://www.cnblogs.com/codeyu/archive/2010/05/25/1743474.html而oracle的合并可以用listagg配合withingroupselect*from(selectgroupvalue,max(sendtime)assendtime,listagg(content)withingroup(orderbysort)ascontentfromme

系统 2019-08-12 01:33:43 2486

Oracle

Oracle汇总笔记

http://gzf_PC:1158/em数据库配置文件已经安装到D:\WorkC,同时其他选定的安装组件也已经安装到D:\WorkC\oracle。iSQL*PlusURL为:http://gzf_PC:5560/isqlplusiSQL*PlusDBAURL为:http://gzf_PC:5560/isqlplus/dba--创建表droptabletest;createtabletest(Idint,UNamevarchar2(20),constra

系统 2019-08-12 01:33:39 2486

Oracle

Oracle使用技巧及PL/SQL Developer配置

摘自:http://livenzhao.spaces.live.com/blog/cns!6E368BE9F6DDD872!595.entry·PL/SQLDeveloper使用技巧1、PL/SQLDeveloper记住登陆密码在使用PL/SQLDeveloper时,为了工作方便希望PL/SQLDeveloper记住登录Oracle的用户名和密码;设置方法:PL/SQLDeveloper7.1.2->tools->Preferences->Oracle->

系统 2019-08-12 01:33:20 2486

操作系统

SZU:A12 Jumping up and down

JudgeInfoMemoryLimit:32768KBCaseTimeLimit:10000MSTimeLimit:10000MSJudger:NumberOnlyJudgerDescriptionInthekingdomoffrog,themostpopularsportisjumpingupanddown.Froglikestojumpup(gohigher)orjumpdown(golower)butjumpatthesameheight(notg

系统 2019-08-12 01:32:21 2486

Oracle

[跟着hsp步步学习系统]oracle培训学习集锦全360

第三十七讲ifthenifelsethenifelsethenelsifelsifcreateorreplaceprocedurepro1(v_in_enamevarchar2)is--定义工资变量v_salemp.sal%type;beginselectsalintov_salfromempwhereename=发——沁+;ifv_sal<2000thenupdateempsetsal=sal*1.1whereename=v+in+ename;endif

系统 2019-08-12 01:32:20 2486