Oracle 11G - access to the table problem

Hello
New on Oracle IAM... After you create a database, I created a connection and SYSDBA role...
And then I create a table called Table1. And then I create a new USER and I Connect with the same SID of the database, but the role has the DEFAULT value for this new USER...

01. but the problem is that I can't find the Table1 table for this new user... so how acess as Table1...?

02. I came to know in Oracle, also we can design forms for the frontend and can generate EXE... Is this true?

03. in SQL Server - Sql Port with static IP - we have access to the database for remote users... Is it possible for Oracle?


Thanks for the directions...

997497 wrote:
Hello
New on Oracle IAM... After you create a database, I created a connection and SYSDBA role...

What the user did you use to connect? I'm guessing that you logged in as SYS

And then I create a table called Table1. And then I create a new USER and I Connect with the same SID of the database, but the role has the DEFAULT value for this new USER...

So I guess that you have created the table in the SYS schema. You should never, ever create user objects in the SYS schema. If you have created the table in the SYS schema, you really need to drop and create in a more appropriate scheme.

You indicate that you come from SQL Server, so there may be a question of terminology. Which refers to SQL Server as a "database" is roughly equivalent to what Oracle designates as a "scheme." An Oracle database contains many schemas. A schema is the set of objects owned by a particular user.

01. but the problem is that I can't find the Table1 table for this new user... so how acess as Table1...?

As I said above, you really, really should not create objects in the SYS schema. If you really want, however, you need to log the SYS schema and grant access on the table to your new user

GRANT SELECT ON sys.table1 TO your_new_user

You will then need to fully qualify the table name in your SELECT (or create a synonym or the current_schema)

SELECT *
  FROM sys.table1

02. I came to know in Oracle, also we can design forms for the frontend and can generate EXE... Is this true?

Older versions of Oracle Forms would create server executables. The modern versions are used to create three-tier applications. You can also use APEX to build web applications. Of course, you can also generate executables by writing code in another language (often .net).

03. in SQL Server - Sql Port with static IP - we have access to the database for remote users... Is it possible for Oracle?

Is this possible? Sure. Depending on what means "remote users", however, it may be poorly advised - you would never open a database to the internet directly, for example, you want to ensure that the remote users are connected to your network (via a virtual private network).

Justin

Tags: Database

Similar Questions

  • Oracle 11g R2, CREATE THE TABLE and QUOTAS

    Hi all
    I need some insight on a strange behavior, that I discovered in Oracle 11 g 2. Don't know if I'm missing something or if I just discovered a security issue with Oracle.

    Oracle Version: 11.2.0.1.0

    The problem is with the CREATE TABLE and the QUOTA on the specific tablespace privilege.

    Please, try this on your system (if you have some free time and care to confirm the "bug").

    Create a user, grant privileges than two, CREATE THE SESSION and CREATE TABLE.

    Grant NO quota on any tablespace.

    Try to create a table on any tablespace (except SYSTEM) and everybody say if it worked or not.

    The oracle documentation provides the following:

    To create a relational table in your own schema, you must have the CREATE TABLE system privilege. To create a table in the schema of another user, you must have the CREATE ANY TABLE system privilege. In addition, the owner of the schema containing the table must have a quota of space on the tablespace contains the table or the UNLIMITED TABLESPACE system privilege.

    [http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/statements_7002.htm#SQLRF01402]

    The fact is, so far, on two different instances of Oracle 11 g 2, my users are not limited in the creation of the tables only when they have quotas, but where they want to, except the STRING.

    The behavior correct would be to deny the creation of the table the tablespace where there is no quota, but it does not work.

    My instance of Oracle 10 g behave properly and therefore the creation of the table is denied the tablespace with no quota.

    P.s1 sorry if this a well known "bug/problem/question". I've been ridiculous on a well-known forum for the same question. I don't need to be "filled spoon" as shown on this famous site! I have read the documentation! I googled a lot!

    P.s2 even if the creative work of table on tablespace with no quota, you cannot insert data into it. Yes, big picture, the user cannot not filled space with irrelevant data tables, but it can create thousands of tables...!

    Did I miss something?
    Is there a 'default' option I have to mark to prevent the creation of the table where it shouldn't?
    ? (?)

    Please read http://tkyte.blogspot.com/2011/02/deferred-segment-creation.html.

  • Access to the table of dynamic addresses via SNMP

    Hello

    I am trying to access the table of dynamic addresses via SNMP, with a PowerConnect 6248 switch. I tried to follow the instructions [1], as other parts of the BRIDGE-MIB are ok on this switch.

    When snmpwalk'ing BRIDGE - MIB:dot1dTpFdbEntry, I have nothing, while, on the switch web interface there are entries in the table.

    Any idea?

    [1] http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801c9199.shtml


  • "No access to the network" problem in Windows 7 and error message "your computer seems to be correctly configured but the device or resource (DNS SERVER) is not responding."

    Hello, I have a desktop PC and a laptop (DELL Inspiron N-4050).
    I have problem with my internet connection cable which is working fine on my PC, but does not not on my laptop giving an error "no access to the network.

    When I troubleshoot it says "your computer seems to be correctly configured but the device or resource (DNS SERVER) is not responding."
    I said to many technicians of microsoft online response, but they could not solve my problem and said this is my DNS problem and advised me to contact my Internet service provider. Guess it's because of my internet so why it works on my PC not on laptop?

    Yesterday, my ethernet cable pulled out my cell phone and I couldn't connect to the internet more. But on my desktop PC, it works perfectly fine. (I do not use wifi, if this information is also required) I have studied several threads with similar situations, and I have tried different methods to solve the problem to no avail. I did a system restore, but I'm having no luck. Also, I did not of the latest changes with my anti virus software and my LAN card drivers look to date.

    When I remove my cable from the laptop and again connect my cable then it works but only after the PC sat for awhile.
    1.I did flush DNS by typing "ipconfig/flushdns" in the command prompt.
    2. my IP address, DNS, subnet mask etc are set to automatic.
    3.I also added physical address taken from command line giving "ipconfig/all". for the properties of the network driver settings.
    4.I ' installed the drivers to date of 2014 on my laptop.
    5.I did a lot of searching the web, but they do not solve my problem.

    Please help me to solve it.
    I appreciate your help.
    Thank you.

    Hello Hall,

    Please keep us updated on the status of the issue.

    I suggest you to follow the steps in this Microsoft article troubleshooting and check if it helps:

    Error message "your computer seems to be configured correctly, but the device or resource (DNS server) is not responding" in Windows 7

    http://support.Microsoft.com/kb/2779064/en-us

    Hope the helps of information.

    Please reply with the results, in order to help you solve the problem.

    Thank you

  • Access to the table in paragraph index loop (ID CC 2014)

    Initially, I wanted to look for every blank line in the page (those who only have a return '\r') and remove the carriage return character in order to remove the blank line.

    Here's what I have so far:

    var myParagraphs = app.activeDocument.textFrames [0].paragraphs.everyItem ();

    for (i = 0; i < myParagraphs.length; i ++) {}

    myChar = myParagraphs [i] .characters var [0];

    If (myChar.contents == '\r') {}

    App.Select (myChar);

    App.Cut ();

    }

    }

    This out errors (it does not what I expected it to do).

    By running in the ESTK gives the error 'the object does not support the property or method '0' ' at line 3.

    If I have a particular character as reference:

    var myCharacter = app.activeDocument.textFrames [0] .paragraphs [0] .characters [0]

    If (myCharacter.contents == '\r') {}

    App.Select (myChar);

    App.Cut ();

    }


    I get success.


    paragraphs.everyItem () generates an array of points and I can confirm that with:

    Alert (myParagraphs.Contents);


    I'm referencing the table incorrectly?



    NO.

    The problem is that the real object 'Paragraphs' changes as soon as you take just a single '\r' - the number of changes in paragraphs! Your "myParagraphs" temp table always contains a copy of the document as they were, but as soon as you take a return, it no longer matches what is actually in the document.

    I have two different solutions for you, choose one:

    1 loop backwards over the table of myParagraphs instead of to the front. If you delete a return, just in front of it is more valid - but everything behind it will be valid.

    A loop backwards on a 'live' table is a trick that works with all objects. It will come handy repeatedly.

    2. (I think I would prefer this in this situation) without having to "manually" loop over all paragraphs and verification of its characters. Simply use GREP! Search the '(?<=\r)\r+'> ) ( without the quotes, as always) and replace it with nothing. Fact.

    Free tip of the day: do not define a selection and use "app.cut ()". You can simplify this to "myParagraphs [i] .characters [0] .remove (); It should be much faster than the selection and then using cut. (And why to use "cut" when you want "app.clear ()"? (After checking: Oops.) Seems that someone at Adobe forgot to include that!)

  • Insert in oracle 11g postgresql using the database link

    Hey all,.

    an I have a problem when I try to insert into the table postgre

    copy of sa/sa@xe insert "ora". "TAB0"@orapos3 using select * from tabel0;

    SP2-0498: lack of column between parentheses or USING keyword list

    to 'ora '. "TAB0"@orapos3, data type of are all text columns

    tabel0 taype data of the whole column is varchar2...

    What is the cause?

    kgronau,

    Thanks for your help

    I found the solution to this problem, this is not caused by the configuration...

    I use the pl/sql like this:

    DECLARE

    CURSOR remote_insert IS SELECT * FROM sa.tabel0;

    START for rec IN remote_insert LOOP

    INSERT INTO "ora". ' Values of TAB0"@orapos3 (rec.kolom000, rec.kolom001, rec.kolom002, rec.kolom003, rec.kolom004, rec.kolom005, rec.kolom006, rec.kolom007, rec.kolom008, rec.kolom009, rec.kolom010);

    END loop;

    END;

    /

    Thank you

    Daniel

  • Hit testing objects in the table problem

    Hey guys, thank you very much in advance for any comments.  These forums are a great help.

    I have a serious problem with a loop in a table. I'm trying to hitTestObject each MC in a table against all other MC in this table.   That part works.

    The problem is that in my statement of hitTestObject, so obviously examines only 2 items at a time.  When touch 2 MC, I put a property called 'Touch' to true.  The problem is they are moving MCs and at one point touching only 2 / 3.  What is happening is:

    The loop runs once as the test Array [0] and table [1].  Say that those who are affected.  She sets their properties 'Touch' true (it's what I want).  THEN it works again test Array [1] and table [2] and finds that they are NOT overlapping.  It this process it defines two of their properties 'Touch' to false, EVEN IF one of them may overlap a different array object.

    I want to individual, set the property to "Touch" for each object in the table.  Currently, these properties are getting crushed even if 2 / 3 objects are superimposed in fact.

    That makes sense?  Essentially the "else" statement is too often called because certain combinations of array objects are not touch, but others are.

    -----------------------CODE BELOW-----------------------

    stage.addEventListener (Event.ENTER_FRAME, hitTestBalls);

    function hitTestBalls(e:Event) {}

    for (var m1:int = 0; m1 < MonsterArray.length; m1 ++) {}

    for (var m2:int = m1 + 1; m2 < MonsterArray.length; m2 ++) {}

    {if (MonsterArray [M1] .hitTestObject (MonsterArray [m2]))}

    MonsterArray [m2]. Touch = true;

    MonsterArray [m1]. Touch = true;

    trace (MonsterArray [m1]. The touching, MonsterArray [m2]. Touch);

    trace (M1, m2);

    break?

    } else {}

    trace (M1, m2);

    trace ("NotTouching");

    MonsterArray [m1]. Touch = false; MonsterArray [m2]. Touch = false;

    }

    }

    }

    While waiting for a response, here's something to consider.  You don't want to affect the Touching false at any time after that you start the analysis, only front...

    function hitTestBalls(e:Event) {}

    first put all wrong

    for (var m0:int = 0; m0< monsterarray.length;="">

    MonsterArray [m0]. Touch = false;

    }

    now test for overlapping - this way you don't overwrite anything with fake

    for (var m1:int = 0; m1< monsterarray.length;="">

    for (var m2:int = m1 + 1; m2)< monsterarray.length;="" m2++)="">

    {if (MonsterArray [M1] .hitTestObject (MonsterArray [m2]))}

    MonsterArray [m2]. Touch = true;

    MonsterArray [m1]. Touch = true;

    }

    }

    }

    }

    And if there be oinky be a pair that overlap as you say, you can add a breakdown; orders to end a loop when a hit is detected.

  • Explain plan - index range scan lines increase while access to the table by the row id

    I use Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64 bit Production. Please help me understand why the rows returned from the index range scan is 3 but access the table by row index 10155 id. Please refer to explain the plan ID 7 and 8.


    PLAN_TABLE_OUTPUT                                                                                   
    ----------------------------------------------------------------------------------------------------
                                                                                                        
    ---------------------------------------------------------------------------------------------       
    | Id  | Operation                      |  Name                      | Rows  | Bytes | Cost  |       
    ---------------------------------------------------------------------------------------------       
    |   0 | SELECT STATEMENT               |                            |  8308 |   446K|  4408 |       
    |   1 |  SORT ORDER BY                 |                            |  8308 |   446K|  4408 |       
    |*  2 |   HASH JOIN                    |                            |  8308 |   446K|  4316 |       
    |*  3 |    HASH JOIN                   |                            |  8189 |   255K|  2256 |       
    |*  4 |     INDEX FAST FULL SCAN       | TUNE_CHD_07                |  8071 | 72639 |   199 |       
    |*  5 |     TABLE ACCESS BY INDEX ROWID| CLM_HDR_CLM_LN_STATUS      | 10155 |   228K|  2055 |       
    |*  6 |      INDEX RANGE SCAN          | XIF3CLM_HDR_CLM_LN_STATUS  |     3 |       |   120 |       
    |*  7 |    TABLE ACCESS BY INDEX ROWID | CLM_HDR_CLM_LN_STATUS      | 10155 |   228K|  2055 |       
    |*  8 |     INDEX RANGE SCAN           | XIF3CLM_HDR_CLM_LN_STATUS  |     3 |       |   120 |       
    ---------------------------------------------------------------------------------------------       
                                                                                                        
    Predicate Information (identified by operation id):                                                 
    ---------------------------------------------------                                                 
                                                                                                        
       2 - access("CHCLS"."CLAIM_HEADER_SID"="CHCLS1"."CLAIM_HEADER_SID")                               
       3 - access("CHD"."CLAIM_HEADER_SID"="CHCLS"."CLAIM_HEADER_SID")                                  
       4 - filter("CHD"."CLM_TYPE_CID"=2)                                                               
       5 - filter("CHCLS"."CLAIM_LINE_SID" IS NULL AND "CHCLS"."TO_DATE" IS NULL)                       
       6 - access("CHCLS"."STATUS_TYPE_CID"=8 AND "CHCLS"."STATUS_CID"=71)                              
       7 - filter("CHCLS1"."CLAIM_LINE_SID" IS NULL AND "CHCLS1"."TO_DATE" IS NULL)                     
       8 - access("CHCLS1"."STATUS_TYPE_CID"=2 AND "CHCLS1"."STATUS_CID"=130)                           
                                                                                                        
    Note: cpu costing is off                                                                            
    Thanks a lot for all the help...
  • Oracle 11g and then the database export import in oracle 10g

    Hello! There everyone...

    Please tell me the way to export the data and my data structures i.e. the comprehensive database of Oracle 11 g to the old version (oracle 10g) and how he import it...

    I move the database from one computer to another without lan, preferably via the storage device...

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/dp_overview.htm#CEGFCFFI

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/dp_export.htm#i1009711

  • Oracle 11g access of different OS

    Hello

    I have Oracle 11 g installed in Windows 7 in a machine, now I have the distribution of Linux (OS) installed in the same machine (Dual boot). I have created database and tables of database available on the database oracle under Windows 7.

    Is it possible to connect to the Linux distribution database using shell script and access the data, execute a stored procedure, etc.? This question may seem weird, but really need help and thoughts. Thanks in advance.

    Oracle_Walker wrote:
    Is is necessary to install Oracle on a virtual machine? I suppose that, instead it can be installed in the SUSE distribution. Please correct if I misunderstood something here.

    It is not a "either / or" between "VM" or "SUSE"... like your 'pretty' seems to imply it.

    The virtual machine is a virtual machine. On this virtual machine , you can load any OS which support virtualization product. If you create a virtual machine and on this VM load an operating system is supported by the virtual machine and also supported by Oracle. Once this is done, you install Oracle on this virtual machine, what OS it is running. Oracle know nor indispensable as the virtual machine rather than physical. And it's quite abstraction of the operating system that is running the virtualization product, any restriction on that OS would not apply.

  • Satellie Pro L830 - 11G - access to the recovery partition

    Hello
    I have a Toshiba Satellie Pro L830 - 11G, running Windows 7

    I would like to restore it to the original settings.
    I tried various things, but so far no luck.

    When I look into the system, I see that the system recovery disk is always classified as "Healthy (active recovery partition)", but there ' hatching / diagonal lines "current running through it (if necessary) - when I right click on this drive, it offers me only the opton of"aid ". It gives so many 1.46 GB AND free space as 1.46 GB

    So, I don't know if that means he's here and I can access it somehow, or if it is just an empty disk but with no real possibility to recover original parameters.

    Hello

    This 1, 4 GB partition is created by Windows and has nothing to do with the created by Toshiba recovery partition where is backup recovery image. Toshiba recovery image has certainly more than 6 GB I think.

    On Win7 machines you can start the image recovery installation using F8 at startup. When you do this, you will have the menu boot advanced options and select the option to fix my computer. Detailed information on the recovery image installation you will find in the user manuals document s or on follow Toshiba document - http://aps2.toshiba-tro.de/kb0/HTD1303440001R02.htm

    Please note: disk image installation HARD recovery works if your phone has only factory.
    If you have changed something that he probably does not work. Under change something, I mean own installation operating system or changes in structure of HARD disk partitions.

  • Performance on the Web access and the certificate problem arises

    Hello! I just bought a HP pro 8610 office jet and I'm trying to access the Scan function to access Web but performance is very slow and I just get a blank screen, no certificate appears.   I tried to do it in Chrome and Firefox.  Otherwise, the printer works fine.

    I accidentally entered a wrong email as beneficiaries on the address book and need to delete an entry via the Scan option in the Web.

    I'm on Windows 7 Edition home premium.

    Please advise, thank you!

    This has been resolved! Apparently the connection was slow for some reason any.  Just tried again this morning and the certificate that is presented and not more problems.  Thank you!

  • manipulation of the table problem

    I'm using Labview 2009 and I have a problem with windows... I have to implement the following code in Labview (X and digital input boards):

    for (i = 0 to MAX (X)) {}

    If (X [i] > (X [i-1] + 1)) {}

    X.Add (X [i], X [i-1] + 1) / / add the value X [i-1] + 1 x [i] position of the X table

    Y [i] = 0

    }

    on the other

    Y [i] = Y [i]

    }

    If I try to add items in the original array Y with the function 'Replace subset of table', the output array is not changed by the VI. If I try to initialize and to build a new table, I get a matrix of zeros. Can someone help me?

    If you want to just add 0 to the index that does not exist in X [] then try this.

  • Access to the storage problem

    Hi all

    Brand new dell 2950, 8 GB of RAM with ESXi embedded.  I created a Raid5 array with 2 TB using 4 x 750 Gb SATA disks and initialized in them.

    When I go in VI Client to configure the storage it shows 2 TB of disk space, but only 46 GB free?  See attachment.

    This a disk array newly created and initialized.   Advice as to what I should do?

    Bravo and thanks for all the answers.

    The problem is that you actually created a data store 2250 GB - ESX can only access a LUN 2048 GB - if you want to RAID you need to use RAID 1 - and creating warehouses of ro 750Go.

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • Oracle 11g Installation of Windows R2 problem

    Hey everybody,

    I tried to install Oracle 11 g R2 on a computer Windows Server 2008 64 - bit. When installing, I get an error several times (about 20 times) message where it says that it can't find some files as C:\app\ora11g\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\WFMLRSVCApp.ear and a few other files too. If I click on go in the dialog box whenever an error occurs, the installation will succeed and completes successfully.

    What I'm doing wrong, what I have to change anything before installation starts?

    I use the 64-bit correct installation files that I downloaded from the homepage of the Oracle...

    Edited by: user12266335 the 07.04.2010 05:32

    I lived a similar problem. The first file, which it found was:

    $ORACLE_HOME\oc4j\...something...\em.ear

    There was a lot more after that.

    To give you some background, I unzipped my pieces of downloaded files (1 and 2) in the default directories.

    Who created two folders:

    ...\win32_11gR2_database1of2
    ...\win32_11gR2_database2of2

    When I had errors that were missing from the files, I thought I'd try choose my repertoire
    to decompress the files. I made sure that now, they went in the same directory:

    ...\win32_11gR2_database

    After that, I don't have the mistakes that I had before. Installation was successful. This technique is indicated in the documentation to a certain extent. However,.
    I think they need to emphasize that this is necessary, otherwise the installation will not work. Unlike Oracle 9i when we had several installation
    directories (disk1, disk2, disk3, etc.), the 11 GR 2 installer doesn't seem to be able to automatically find other/next directories. Looks like an oversight
    or a step backwards for me.

Maybe you are looking for

  • No sound on iPhone 6 Plus

    Hello my iPhone Plus 6 is about 1 year ago. Absolutely perfect, it worked until a few days ago. My sound has suddenly disappeared from one minute to the next. If I tell her I don't want sound for video playback. Here is a list of sounds that do not w

  • How to import Firefox bookmarks. I have a file "bookmark.htm" on a USB drive. See below for details.

    I just installed Firefox a second time on an OSX computer. The first time I did it, I was prompt toimport bookmarks in Safari. The problem was that I had not imported my favorites Windows in Safari and therfore did not to import. I uninstalled Firefo

  • NOR-5781 Baseband Transceiver and OR SMU-7962R (FPGA)

    I'm looking for an example of code to transmit videos using OFDM in LabVIEW between two different units of the PXI. I have two different sets of NOR-5781 Baseband Transceiver and NI SMU-7962R (FPGA) installed in two PXIs. One is the sole issuer and a

  • When a character appeared reading serial port

    How to wait for some specific characters occurred in the serial port (e.g. port COM1 RS232 on PC) and then they recover at the port? I want to communicate back with a motor controller that uses ASCII strings such as commands and responses. It formula

  • How to filter the frome dead live host using ping extendet

    I try this thing and I don't know how to finish. I used to export all the dead to connect like dead - host.log and live hostLiveHost.logHow the (?) export the good response to a log file or a txt ping? @for/f %i in (c:\script\iplist.txt) do ping %i n