`
vvv_110
  • 浏览: 144574 次
社区版块
存档分类
最新评论

user test lacks create session privilege logon denied

阅读更多
我们在oracle数据库中创建一个用户test,如果给test赋予的权限不足,那么在用test登陆时就会提示 user test lacks create session privilege logon denied,

原因是test至少需要会话的权利,否则连接也不成功;

用户在会话的权利上,应该有其他操作的权利;

具体解决办法:
用oracle的dba登陆,至少要有赋予其他用户权限的能力。

然后执行  'grant connect to test;'
和        'grant resource to test;'

sql执行时不加引号。
有时这样的操作以后还是提示以上信息,

再执行     'grant create session to test;'

以上sql的结果都提示授权成功,再登陆试试,就没有问题了。
分享到:
评论

相关推荐

    韩顺平老师oracle笔记

    - 如果遇到类似`ORA-01045: user XIAOMING lacks CREATE SESSION privilege; logon denied`的错误,表明用户没有登录会话的权限。此时,需要使用DBA权限的用户登录,通过`alter user`命令修改用户权限,例如`SQL> ...

    plsql创建用户练习

    ORA-01045:user XIAOMING lacks CREATE SESSION privilege; logon denied ``` - **错误原因:**新创建的用户默认没有`CREATE SESSION`权限,即无法登录数据库。 - **解决方案:**需要使用具有管理员权限的账号...

    oracle实用教程

    ERROR: ORA-01045: user XIAOMING lacks CREATE SESSION privilege; logon denied` - 授权后成功登录:`SQL> grant connect to xiaoming; SQL> conn xiaoming/m12; 已连接。` 通过以上详细讲解,我们不仅了解了...

    让Oracle安家.pdf

    1) 错误信息:ORA-01045,User lacks create session privilege; Login denied。这通常是因为用户没有被授予创建会话的权限。解决方法是通过SQL命令`GRANT CONNECT TO 用户名`来赋予用户连接数据库的权限。 2) 错误...

    VS2013编译ffmpeg环境已搭建好

    win7 64的系统。里面有使用说明,参考里面的步骤即可。注意:环境已经搭建好,只需将MinGW解压放在C盘,同时在path里添加MinGW/bin和msys/.10/bin的路径,然后设置msys.bat即可。具体可参考里面的说明。

    sipp private test

    Please download sipp-3.5.2.... They are both source code, but the latter one is a snapshot of the git v3.5.2 and lacks configure stuff, version.h and sipp.1. link: https://github.com/SIPp/sipp/releases

    matlab导入excel代码-utl_transposing_and_summarizing_a_matrix_that_lacks_row

    matlab导入excel代码utl_transposed_and_summarizing_a_matrix_that_lacks_row_identifiers 缺少行标识符的转置和汇总矩阵。 关键字:sas sql join合并大数据分析宏oracle teradata mysql sas社区stackoverflow ...

    编译ffmpeg(ffmpeg6.0+android-ndk-r25c)生成的动态链接库.so文件

    FFmpeg 是一个开源的多媒体处理框架,广泛应用于音频和视频的编码、解码、转换以及流媒体处理。本文将详细讲解如何在Android平台上编译FFmpeg 6.0,并生成适用于不同架构的动态链接库.so文件,包括armeabi-v7a和arm...

    静态链表c语言源码

    The Twisted Documentation

    there are many facilities it lacks which other languages have spent great attention to adding. It can do this now; Twisted is a good (if somewhat idiosyncratic) pure-python framework or library, ...

    c语言程序设计495个常见问题.zip

    《C语言程序设计495个常见问题》这个压缩包文件包含了两份珍贵的资源:《C程序设计语言.pdf》和《495个C语言问题.pdf》。这两个文档是学习C语言过程中不可或缺的参考资料,涵盖了C语言的基础概念、语法特性、编程...

    win10_vs2013_vs2015_vs2017 编译ffmpeg源码 笔记和工具

    FFmpeg 是一个开源的多媒体处理框架,包含了编解码库、音视频处理工具以及一系列用于开发的API。在Windows 10环境下,使用Visual Studio 2013、2015、2017进行FFmpeg源码的编译是一项技术性较强的工作。...

    libQGLViewer

    libQGLViewer provides some of the typical 3D viewer functionalities, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse ...

    iOS9 Programming Fundamentals with Swift(Swift.Xcode.and.Cocoa.Basics)

    While Objective-C is still a viable option for iOS development, it lacks some of the advantages offered by Swift. Objective-C combines object-oriented features with C, resulting in a hybrid language ...

    Professional Windows Phone 7 Application Development: Building Applications and Games Using Visual Studio, Silverlight, and XNA(part2)

    While numerous books cover both Silverlight and XNA, there lacks a resource that covers the specifics of Windows Phone 7 development. This book fills that void and shares the specifics of building ...

    shiro学习心得

    - **Session 管理**:Shiro 支持跨域会话管理和全局会话跟踪。 - **加密**:Shiro 内置了加密模块,可以对敏感数据进行加密处理。 - **Web 环境下的安全配置**:Shiro 可以针对 Web 应用程序提供定制化的安全策略,...

    Negnevitsky人工智能英文讲义一52.pptx

    Pioneers like Alan Turing proposed the famous Turing Test, which assesses a machine's ability to exhibit human-like intelligence. Over time, AI research has evolved through various paradigms, ...

    英语面试常见问题集锦(含答案)

    - **缺乏知识或经验** (Lacks knowledge or experience.) - **对面试无准备** (Is not prepared for interview.) - **对工作没有真正兴趣** (Has no real interest in job.) - **对自己的职业没有规划** (Lacks ...

    pugixml1.0

    ·比RapidXML功能强很多.比Tiny都强多了.速度和Rapid差不多 ·源代码只有285k 3个文件 ...·Lacks validation, DTD processing, XML namespaces, proper handling of encoding. ·Lacks UTF-16/32 parsing.

Global site tag (gtag.js) - Google Analytics