#ORA

oracle 常用函数

一、单行函数1、字符函数1.1、concat(str1,str2)字符串拼接函数Selectconcat(‘hello’,’world’)fromdual;等价于Select‘hello’||‘world’fromdual;...
开发笔记 开发笔记·2024-04-19

Oracle数据库:ORA-01017: invalid username/password; logon denied

报错:ORA-01017:invalidusername/password;logondenied错误说明:用户名和密码无效,登录被拒绝。1<connectionStrings>2 <!--多个数据库,随机访问-->3 <addname="CamnprData...

Oracle数据库:如何使用Oracle ODP.NET 11g的.NET程序发布方法

ODP.NET11g是Oracle发布的供.NET程序访问Oracle数据库的ADO.NET组件,比微软自带的Oracle组件性能好,更可以访问UDT(UserDefinedType)类型,Procedure,REF等等高级Oracle特性。  .NET1.1的客户端需要的发布文件如下:  Oracle.DataAcc...

ORA-00001: unique constraint violated异常处理

程序中保存数据时报错,ORA-00001:uniqueconstraint(xxxx)violated先是查看数据库结构,最近也没什么改动,开发环境也正常,测试环境就报这个错后来发现主键id是自增的,查询序列的下个值  selecttable_seq.nextval fromdual发现这...

Oracle SqlLoader使用

最近在用sqlloader导入数据,500多M,开始要用40分钟,后来做到了20min,再后来只用不到2分钟。所用时间的不断减少,得益于很多网友的总结。数据文件为csv格式,默认打开软件为:excel,通过excel打开的csv文件日期和数字格式可能会发生变化,在写controlfile时要注意了,看原始格式请用文本编...
开发笔记 开发笔记·2023-08-10

ORA-48502: Invalid Command Line – Missing Required Elements

文档解释ORA-48502:InvalidCommandLine–MissingRequiredElementsCause:Missingrequiredcommandlinearguments.Action:Reviewthehelpmessageandsupplytherequiredarguments...

ORA-56722: I/O request limit exceeded – call aborted

文档解释ORA-56722:I/Orequestlimitexceeded–callabortedCause:TheResourceManagerSWITCH_IO_REQSlimitwasexceeded.Action:Reducethecomplexityoftheupdateorquery,orcon...

ORA-55366: unknown namespace prefix “string”

文档解释ORA-55366:unknownnamespaceprefix“string”Cause:AnattemptwasmadetomakeuseofanundefinednamespaceprefixinOracleVirtualPrivateDatabase(VPD)metadata.A...

ORA-48161: invalid input for ADR instance id

文档解释ORA-48161:invalidinputforADRinstanceidCause:AninvalidinputwaspassedinfortheADRinstanceid.TheADRinstanceidiseitherNULLortoolongofastring.Action:ChecktheADRin...

ORA-45004: DBFS HS SBT Error

文档解释ORA-45004:DBFSHSSBTErrorCause:ErrorrelatedtoSBTTapelibrary.Action:Refertoerrorlogformoredetails.ORA-45004:DBFSHSSBT错误,是指在使用HTTPS服务请求时发生了一个数据库外的异常。官方解释常见案例一般...
IT技术学习 IT技术学习·2023-07-28

ORA-47346: Rule set string is used by one or more command rules.

文档解释ORA-47346:Rulesetstringisusedbyoneormorecommandrules.Cause:Thespecifiedrulesetwasusedbyexistingcommandrule(s).Action:Removethedependentcommandrulesandretryt...
IT技术学习 IT技术学习·2023-07-28

ORA-55605: Incorrect Flashback Archive is specified

文档解释ORA-55605:IncorrectFlashbackArchiveisspecifiedCause:AnattemptwasmadetooperateonaFlashbackArchivethatdoesnotexist,ortocreateaFlashbackArchivethatalreadyexist...

ORA-54531: invalid orientation for element at element offset

文档解释ORA-54531:invalidorientationforelementatelementoffsetCause:Theorientationofthecurrentgeometrywasnotvalid.Action:Reversetheorientationofthegeometry.ORA-54531...

ORA-48149: error encountered when attempting to copy a file

文档解释ORA-48149:errorencounteredwhenattemptingtocopyafileCause:TherewasanerrorencounteredwhenattemptingtocopyafilewiththeADRfileinterface.Action:Checkthedirectory...

ORA-41689: invalid collection specification in the rule condition

文档解释ORA-41689:invalidcollectionspecificationintheruleconditionCause:Anattemptwasmadetoinsertaruleconditionwithinvalidcollectionelementspecification.Action:Corre...
首页上一页12345...下一页尾页