Hi There,
I wonder if someone could please help me with a problem that I seem to be unable to get clear in my mind.
I have an application that needs to create a uniquely named database table (from an existing know table that I am using as a 'template'). I thus thought that there may be a function in the Oracle database system that will return me a unique name that I can use to create the database table with.
The application runs on a cluster server and needs to create a unique database table for a report, as it is possible for about 6 or 7 users to proeduce the report at the same time.
I am using Crystal reports and I think that I can then pass the name of the unique database table to the report using the datafiles property, but I am completely lost as to how to create a unique table in the database and get its name. I thought about using the username that they log onto the server with , but they all use the same login name. I then thought about the getting the curent time and adding that onto a base table name, but I suppose that could still create a duplicate table name.
Any help suggestions would be much appreciated.
Thanks Newora
I wonder if someone could please help me with a problem that I seem to be unable to get clear in my mind.
I have an application that needs to create a uniquely named database table (from an existing know table that I am using as a 'template'). I thus thought that there may be a function in the Oracle database system that will return me a unique name that I can use to create the database table with.
The application runs on a cluster server and needs to create a unique database table for a report, as it is possible for about 6 or 7 users to proeduce the report at the same time.
I am using Crystal reports and I think that I can then pass the name of the unique database table to the report using the datafiles property, but I am completely lost as to how to create a unique table in the database and get its name. I thought about using the username that they log onto the server with , but they all use the same login name. I then thought about the getting the curent time and adding that onto a base table name, but I suppose that could still create a duplicate table name.
Any help suggestions would be much appreciated.
Thanks Newora