12C -- ORA-65048 ORA-65048 创建common user的时候报错:

转载至:https://www.cnblogs.com/abclife/p/6726909.html

创建common user的时候报错:


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

$ sqlplus ‘/as sysdba‘

SQL*Plus: Release 12.2.0.1.0 Production on Tue Apr 18 11:05:00 2017

Copyright (c) 1982, 2016, Oracle.  All rights reserved.

Connected to:

Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

SQL> create user c##backup_admin identified by backup_admin default tablespace users;

create user c##backup_admin identified by backup_admin default tablespace users

*

ERROR at line 1:

ORA-65048: error encountered when processing the current DDL statement in

pluggable database PLUG_TEST

ORA-65048: tablespace ‘USERS‘ does not exist

SQL> show con_name

CON_NAME

------------------------------

CDB$ROOT

SQL> alter session set container=plug_test;

Session altered.

SQL> select tablespace_name,status,contents from user_tablespaces; 

TABLESPACE_NAME                STATUS    CONTENTS

------------------------------ --------- ---------------------

SYSTEM                         ONLINE    PERMANENT

SYSAUX                         ONLINE    PERMANENT

UNDOTBS1                       ONLINE    UNDO

TEMP                           ONLINE    TEMPORARY

UNDO_2                         ONLINE    UNDO

SQL>

  

原因:


1

2

3

4

5

6

While creating a common userany default tablespace, temporary tablespace, or profile specified using the following clauses must exist in all the containers belonging to the CDB:

DEFAULT TABLESPACE

TEMPORARY TABLESPACE

QUOTA

PROFILE

  

解决方法:


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

SQL> alter session set container=plug_test;

Session altered.

SQL> create tablespace users datefile ‘+da‘ size 133m autoextend on next 640k maxsize unlimited;

SQL> alter session set container=cdb$root;

Session altered.

SQL>  create user c##backup_admin identified by backup_admin default tablespace users;

User created.

SQL>

原文地址:https://www.cnblogs.com/luxj/p/8157165.html

时间: 2024-08-01 19:49:46

12C -- ORA-65048 ORA-65048 创建common user的时候报错:的相关文章

Asp.Net Core使用System.Drawing.Common部署到docker报错问题

原文:Asp.Net Core使用System.Drawing.Common部署到docker报错问题 Asp.Net Core 2.1发布后,正式支持System.Drawing.Common绘图了,可以用来做一些图片验证码之类的功能.但是把网站部署到docker容器里运行会遇到很多问题,也是非常闹心的,本文记录这些问题,希望帮到有需要的人. 创建网站 前提条件:安装最新版VS2017和Net Core SDK 2.1. 首先新建网站,选择Asp.Net Core 2.1 Web应用程序(模型

【IDEA】创建maven项目时,报错[FATAL_ERROR] Cannot start Maven: Cannot find JRE '1.7'

在使用IDEA使用maven创建springMVC项目时,出现下面的错误,导致无法创建生成正常的springMVC项目结构,而只有一个pom文件: [FATAL_ERROR] Cannot start Maven: Cannot find JRE '1.7' 原因是:我在默认的setting配置里,File-->Other Setting-->Default Setting对应的maven配置里,设置了runner的VM参数:-DarchetypeCatalog=internal,这里需要用到

xcode6创建工程,引用SETextView报错

前言: 今天想写一个聊天Cell的通用类库,用Xcode6创建了一个工程,把SETextView加到工程中,CoreText.Framework也添加了,运行竟然报错,而之前的工程则没有问题.稍一对比,发现Xcode6中没有预编译文件,*.pch,难道是这个问题?于是乎: 1. 工程中添加pch文件,文件中加入公共类 #ifdef __OBJC__ #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #endif 2.

创建small表空间size32G报错ORA-01144

#报错现象 #创建Oracle数据库11g默认标准块大小8K,直接分配32g报错 create tablespace ceshi datafile '+data' size 32g * ERROR at line 1: ORA-01144: File size (4194304 blocks) exceeds maximum of 4194303 blocks #经过测算,4194304块的数量=32G,报错提示块的数量32g-1个块数量 #以前了解到的知识,默认表空间类型small小表空间类型

创建springboot2.1项目运行报错

刚创建好一个项目,运行就报错:in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/,然后百度了一下说maven没有这个jar,进仓库看了发现真的没有,然后就去下了一个 <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</art

用eclipse创建maven项目pom.xml报错的解决办法

最近刚学习Maven,用Eclipse创建Maven项目后,pom.xml文件那老是有一个红叉,真TM烦人. 虽然还不知道原因是什么,但还是找到了一种解决办法. 在项目上右键,maven->update project... 然后选择强制更新,点击OK 稍等片刻,红叉就没有了.

PowerPivot安装完成后创建网站或网站集报错解决办法

根据上一篇“在现有 SharePoint 服务器上安装 PowerPivot for SharePoint”后,新建网站或网站集时报错,重新配置了一下PowerPivot For SharePoint 2013问题解决. 在“开始”菜单中,单击“所有程序”,然后依次单击 Microsoft SQL Server 2012 .“配置工具”和“PowerPivot For SharePoint 2013 配置”. 只有在本地服务器上安装了 PowerPivot for SharePoint 后,才会

创建maevn项目的时候报错:maven-archetype-webapp:pom:RELEASE

1.创建maven-archetype-webapp的时候,出现这个错误 Could not resolve artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:RELEASE ;感觉是maven无法下载这个插件,至于为什么不能下载这个插件,就....... 2.打开eclipse, Windows-Preferences 在搜索框输入maven,点击下面的Archetypes--->Add Remote Catalog

intellij idea创建SpringMVC项目启动tomcat报错

当使用intellij idea创建mvc项目时,如果不够细心会出现以下错误: intellij未能启动组件(StandardEngine(卡特琳娜).StandardHost (localhost) .StandardCont [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.ContainerBase.add 怎么解决呢? 首先,你要排查你的tomcat服务器添加是否正确,然后再看你的idea导入的仓库是否正确,如果确定这些