小编Geo*_*phy的帖子

ORA-00984:这里不允许列

我正在做一个简单的Oracle INSERT,我一直收到这个错误: [Err] ORA-00984: column not allowed here

INSERT INTO MY.LOGFILE
(id,severity,category,logdate,appendername,message,extrainfo)
VALUES
(
"dee205e29ec34",
"FATAL",
"facade.uploader.model",
"2013-06-11 17:16:31",
"LOGDB",
NULL,
NULL
)
Run Code Online (Sandbox Code Playgroud)

oracle oracle10g

31
推荐指数
1
解决办法
10万
查看次数

应用程序特定的权限设置未授予本地激活权限

我的一位同事建议我可以在 GPO 中修复此错误。它是 Windows 2016 服务器。

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{D63B10C5-BB46-4990-A94F-E40B9D520160}
and APPID
{9CA88EE3-ACB7-47C8-AFC4-AB702511C276}
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
Run Code Online (Sandbox Code Playgroud)

iis gpo

11
推荐指数
1
解决办法
6万
查看次数

将JavaScript索引传递给ColdFusion

我在继承的一些代码上收到此错误.我正在运行cf9和jQuery 1.7.

值+(indx + 1)+不能转换为数字.

这是循环

    for (var indx = 0; indx < avgPopulationRecordsCount; indx++) {
    CloneAvgPopulationItem(indx, '#rc.qGetAP.ID[' + (indx + 1) + ']#');
    }
Run Code Online (Sandbox Code Playgroud)

javascript coldfusion

0
推荐指数
1
解决办法
78
查看次数

标签 统计

coldfusion ×1

gpo ×1

iis ×1

javascript ×1

oracle ×1

oracle10g ×1