| |

VerySource

 Forgot password?
 Register
Search
View: 1433|Reply: 7

A question about system development and design? ? ?

[Copy link]

1

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-2-14 02:00:02
| Show all posts |Read mode
To redevelop a system similar to the one in use, the specific business is different.
Using oracle + c # .net How does the database inherit the original better?
Regarding the system's user permissions, logs and other tables and frameworks, I want to make full use of the original,
The original system was not developed by me, and the source code is available.
Please give advice and give advice. Thank you!
Reply

Use magic Report

0

Threads

71

Posts

50.00

Credits

Newbie

Rank: 1

Credits
50.00

 China

Post time: 2020-4-17 10:00:02
| Show all posts
It ’s almost the same. If you consider efficiency, you can consider using the original one
Reply

Use magic Report

0

Threads

6

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-4-28 20:15:02
| Show all posts
Based on the original modification, you can consider rewriting your own understanding.
Reply

Use magic Report

1

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

 Author| Post time: 2020-4-29 15:30:01
| Show all posts
The original system oracle is on the aix computer, and the database of the new system will also be on the same computer.
Is it now to create a new database and import the original data?
Or just create a new user on the original database?
What method is better? Please advise
Reply

Use magic Report

0

Threads

13

Posts

13.00

Credits

Newbie

Rank: 1

Credits
13.00

 China

Post time: 2020-5-13 04:15:01
| Show all posts
method one:

1. Create a new tablespace eg: TbsA
2. Create a new user eg: userA default tablespace TbsA
3. Grant the appropriate permissions to this user
4. Create the corresponding database objects

Method Two:

If the original system is basically consistent with the database structure of the new system, you can also directly exp / imp.

Personally recommend the first method.
Reply

Use magic Report

0

Threads

6

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

Post time: 2020-6-6 20:00:01
| Show all posts
Since it is on the same machine, create a user.
Reply

Use magic Report

1

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

 Author| Post time: 2020-6-29 10:30:01
| Show all posts
If only one new user is created, it will conflict when using the same table
Reply

Use magic Report

0

Threads

13

Posts

13.00

Credits

Newbie

Rank: 1

Credits
13.00

 China

Post time: 2020-7-22 17:45:01
| Show all posts
There is no conflict between tables between different users, that is, both user A and user B can have a table called tableA. Of course user A can access user B's table if he has permission.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list