在安装Oracle XE DB和耗氧潜能吨之后。 NET, i试图包括文字,以建立表格。 NET提供商。 如果想像InstallOracle Membership.sql那样做,那么这次行动就失败了:
IF ( ora_aspnet_TableExists( ORA_ASPNET_MEMBERSHIP ) = 0) THEN
*
ERROR at line 2:
ORA-06550: line 2, column 11:
PLS-00201: identifier ORA_ASPNET_TABLEEXISTS must be declared
ORA-06550: line 2, column 6:
PL/SQL: Statement ignored
Then comes some warnings -> Warning: Function created with compilation errors. And the more errors:
GRANT SELECT ON ora_vw_aspnet_Applications TO ora_aspnet_Mem_ReportAccess
*
ERROR at line 1:
ORA-00942: table or view does not exist
.
.
.
GRANT ora_aspnet_Mem_BasicAccess TO ora_aspnet_Mem_FullAccess
*
ERROR at line 1:
ORA-01917: user or role ORA_ASPNET_MEM_FULLACCESS does not exist
For this purpose i created user and added him privileges like create role, view, table according to this tutorial Oracle tutorial I am using ODAC 11.2 Release 4 (11.2.0.3.0) 32bit, Oracle 11g R2 XE DB, Win7 Professional 64bit and VS2010.
有一点失踪? 什么是错了? 得到帮助。