Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading oracle8
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00261133
Message ID:
00262586
Vues:
30
>In the Open [table] dialog box, there is a check box at the bottom to list all User tables. make sure that one is checked. Otherwise, all you see are the tables for the user ID you logged on with. You will only see tables that you have been granted SELECT privileges on. So, if you have a user schema you need to Select, Update, Insert and/or Delete data from, you have to set this up on the Oracle side using the GRANT command.
>
>I would create ROLEs for ReadOnly users and EditUsers. You have to have DBA or similar privilege to create roles.
>
>Create role MyApp_ReadOnly
>Create role MyAPP_Edit
>Grant select on schema.table_name to MyApp_ReadOnly
>Grant insert, update, delete on schema.table_name to MyApp_Edit
>Grant MyApp_ReadOnly to some_user
>Grant MyApp_Edit to another_user
>
>You have to repeat 3 and 4 for each table.

Are you describing creating a remote view? I have done that and I happen to be the dba here(a newbie). When the browse screen appears, it is VERY SLOW to display all 7000 records, takes 20 mins. Is something wrong?
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform