#DESCRIBE

ORA-48407: DESCRIBE and QUERY commands need at least relation name argument

文档解释ORA-48407:DESCRIBEandQUERYcommandsneedatleastrelationnameargumentCause:ThisisnorelationnameisinputasargumentAction:Needuserstoinputatleasttherelationname这是一...

ORA-13352: the coordinates do not describe a circle

文档解释ORA-13352:thecoordinatesdonotdescribeacircleCause:Thesetofcoordinatesusedtodescribeacircleareincorrect.Action:Confirmthatthesetofcoordinatesactuallyrepresen...

ORA-48459: “describe” command only supports one ADR home path

文档解释ORA-48459:“describe”commandonlysupportsoneADRhomepathCause:MultipleADRhomepathsinthecommandAction:putoneADRhomepathORA-48459:“describeR...

ORA-22612: TDS does not describe a collection TDS

文档解释ORA-22612:TDSdoesnotdescribeacollectionTDSCause:collectionconstruct/accessroutinesarebeingonanimagebuttheTDSdoesnotdescribethatacollectionTDSAction:Makesure...

ORA-24372: invalid object for describe

文档解释ORA-24372:invalidobjectfordescribeCause:Theobjecttobedescribedisnotvalid.Iteitherhascompilationorauthorizationerrors.Action:Theobjecttobedescribedmustbevali...

ORA-24383: Overflow segment of an IOT cannot be described

文档解释ORA-24383:OverflowsegmentofanIOTcannotbedescribedCause:ThenamespecifiedintheOCIDescribeAnycallreferredtoanIOToverflowsegment.Action:UseOCIDescribeAnytodescr...

ORA-48461: “describe” failed due to the following errors

文档解释ORA-48461:“describe”failedduetothefollowingerrorsCause:UnderlyingcodefailedAction:Ifitisnotduetopermissionissue,reporttoOracleORA-48461是Oracle数据...

ORA-24382: statement handled already executed or described

文档解释ORA-24382:statementhandledalreadyexecutedordescribedCause:TheStatementhandlewasexecutedordescribedsuccessfulybefore.Action:PerformaOCIStmtPrepareagainbefore...

ORA-02036: too many variables to describe with automatic cursor open

文档解释ORA-02036:toomanyvariablestodescribewithautomaticcursoropenCause:UserrequestedthattheUPIbundledexecutioncallperformautomaticcursoropenandcloseonadescribeope...

温故而知新-mysql的一些语法show,describe,explain,fulltext

1showshowtables;显示数据库的所有表showdatabases;显示所有数据库showcolumnsfromtable;显示表的所有列showgrantsforroot@localhost;查看当前用户的权限showindexfromtable;查看当前表定义的索引  2describ...

describe命令

describe简写是desc表desct1;desct1column1;descextendedt1;descformattedt1;数据库descdatabasetest;分区descformattedt1partition(xx=yy);函数descfunctionxx;descfunctionextendedx...
代码星球 代码星球·2020-09-20

mysql describe

describe命令一、describe命令用于查看特定表的详细设计信息,例如为了查看guestbook表的设计信息,可用:describeguestbookdescribeol_useruserid 二、可通过”showcomnus”来查看数据库中表的列名,有两种使用方式:showc...
代码星球 代码星球·2020-06-17

"org.jboss.netty.internal.LoggerConfigurator".DESCRIBED is already registered 的解决办法

今天在jboss6.2EAP上部署一个项目时,报以下错误:org.jboss.msc.service.DuplicateServiceException:Servicejboss.pojo."org.jboss.netty.internal.LoggerConfigurator".DESCRIBEDisalreadyr...