I’ve just transferred my oracle 11g 11.2.0.4 DB to ASM and I want to look at the contents of some of the files. At first I tried using ASMCMD but then realized it doesn’t have such a command, and when trying to read from the diskgroup path it returns “no such file…”. is there any way to accomplish that? thnx
Tag: oracle11g
remove oracle user without uninstalling oracle ubuntu16.04 [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
Startup program and libocci.so.11.1: cannot open shared object file: No such file or directory
please any one save my time .my application is written in c++ I was try to startup on boot in ubuntu linux,but when the program try to start it log error like:- error while loading shared libraries: libocci.so.11.1: cannot open shared object file: No such file or directory my program use oracle api:- my start service script which is written
How to find the version for the Oracle Forms Compiler in Linux
I’m trying to find the version of the Oracle Forms Builder and/or Forms Compiler in a linux installation. I know it’s an Oracle Forms 11g install, but I need the specific version. In the Windows Desktop version of Forms Builder, this can be achieved by accessing the “Help” -> “About Forms Builder…” menu. Which produces the following information: But how
Difference between environment in Dockerfile RUN and interactive shell on a running container?
I’m starting with a Docker image that has OracleXE installed on it. This image has a running instance, with everything configured. I can fire up that image, and, either from an interactive shell container, or by ssh’ing into the container, I can easily execute sqlplus. To create a container with my desire additions, such as a new oracle user and