46 questions
[Objective] I want to create random TIMESTAMP values in a range[Prerequisite] environment:Oracle Database 12c Enterprise Edition Release 12.1.0.2.0-64bit Production [Execution SQL] TA TABLE 1: TIMESTA...
This is a question about performance tuning for tuning.There is currently one table in which there are two date types (TIMESTAMP(6) with local timezobe).When I write SQL, those two dates need to match...
We are developing a database operation program at C#.Oracle sets OracleCommand's BindByName to true to by parameter namingI think it is possible to set parameters, but is there an option like this in ...
We currently run business applications (created in VB.NET) on Windows Server 2012.The 64-bit version of Oracle 12c (database and client) is installed on Windows 10 (x64) clients, maintaining applicati...
I want to import dmp files exported from a different database into my database, but I get the following error when importing dmp files in SQL Developer:error messages:Exception: ORA-39001: Invalid arg...
I would like to know the total number of vacation days for each employee in chronological order and the year in which the total number of vacation days exceeds 10.It would be very helpful if you could...
pro*c is used to develop a business application that handles Oracle databases, but if you write the SQL portion embedded with comments (bound by /* to */) in the pc file and precompile it.For example,...
Hello.I usually leave two virtual machines (Linux) on my way home.However, last night, while I was up and about, this window 10 guy did an arbitrary update.Virtual machine writes Oracle VM... The virt...
I'm studying about indexes.It's a source that compares indexes with those using DML I have a few questions.create table emp3( no number, name varchar2(10), salary number ); insert into emp3 values (1,...
Converting from Oracle to mysql...select days.mdate , ifnull(login_cnt,0) as login_cnt , ifnull(logout_cnt,0) as logout_cnt from ( select '2016-06-16' as mdate from ts_user where limit 1,1 ) days left...
« | - 3 - | » |
© 2025 OneMinuteCode. All rights reserved.